Closed weblogichub closed 4 years ago
thanks @weblogichub Don't worry about the failed build it is because we have not yet updated to latest main generator version.
close / reopen for restarting the build
I just tested your change, the translation is now correctly handled but e2e tests are failing: the Delete
button doesn't open the delete modal in the first time, you need to click twice on the button.
I've found the fix: by adding:
if (<any>this.$refs.removeEntity) {
(<any>this.$refs.removeEntity).show();
}
at the end of the method prepareRemove as @atomfrede did for user management.
You can give it a try on this branch.
Closing this PR in favor of https://github.com/jhipster/jhipster-vuejs/pull/542
Fixes #501