Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extracted all the needed functions from base-private #20286

Merged
merged 69 commits into from
Jan 24, 2023
Merged

Conversation

Tcharl
Copy link
Contributor

@Tcharl Tcharl commented Nov 11, 2022

Fix remarks from #20151

Contributes to #20295

Please make sure the below checklist is followed for Pull Requests.

When you are still working on the PR, consider converting it to Draft (below reviewers) and adding skip-ci label, you can still see CI build result at your branch.

@@ -395,12 +362,7 @@ export default class JHipsterBaseGenerator extends PrivateBase {
* @param {string} translationKeyMenu - i18n key for entry in the menu
*/
addElementToMenu(routerName, iconName, enableTranslation, clientFramework, translationKeyMenu = _.camelCase(routerName)) {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Move to the client generator.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I will, for sure :-)

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've tried, this one is quite hard to achieve (harder than it seems). I'll do it later in another round (and sorry for that)

@Tcharl Tcharl closed this Jan 24, 2023
@Tcharl Tcharl reopened this Jan 24, 2023
@Tcharl Tcharl dismissed stale reviews from DanielFran and mshima January 24, 2023 19:02

All changes taken into account

@Tcharl Tcharl enabled auto-merge January 24, 2023 19:03
@Tcharl Tcharl merged commit 913200a into jhipster:main Jan 24, 2023
@DanielFran DanielFran changed the title Ready according to previous review - extracted all the needed functions from base-private Extracted all the needed functions from base-private Jan 25, 2023
@DanielFran DanielFran added this to the 8.0.0-beta.1 milestone Jun 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants