Skip to content

Commit

Permalink
adjust getJoinTableName
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jun 18, 2024
1 parent 3c23184 commit b5d084f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion generators/base/support/jhipster7-context.js
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,10 @@ const deprecatedProperties = {
},
getJoinTableName: {
replacement: 'joinTable property',
get: () => getJoinTableName,
get:
() =>
(...args) =>
getJoinTableName(...args).value,
},
getJavaValueGeneratorForType: {
replacement: 'javaValueGenerator property',
Expand Down

0 comments on commit b5d084f

Please sign in to comment.