-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
JNG-5504 modelled table actions (#435)
- Loading branch information
Showing
51 changed files
with
2,566 additions
and
2,300 deletions.
There are no files selected for viewing
1,282 changes: 605 additions & 677 deletions
1,282
judo-ui-react-itest/ActionGroupTest/model/ActionGroupTest-ui.model
Large diffs are not rendered by default.
Oops, something went wrong.
1,282 changes: 605 additions & 677 deletions
1,282
judo-ui-react-itest/ActionGroupTestPro/model/ActionGroupTestPro-ui.model
Large diffs are not rendered by default.
Oops, something went wrong.
600 changes: 300 additions & 300 deletions
600
judo-ui-react-itest/CRUDActionsTest/model/CRUDActionsTest-ui.model
Large diffs are not rendered by default.
Oops, something went wrong.
905 changes: 561 additions & 344 deletions
905
judo-ui-react-itest/OperationParametersTest/model/OperationParametersTest-ui.model
Large diffs are not rendered by default.
Oops, something went wrong.
300 changes: 150 additions & 150 deletions
300
judo-ui-react-itest/RelationTest/model/RelationTest-ui.model
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions
1
judo-ui-react/src/main/resources/actor/src/pages/actions/AddAction.fragment.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,4 @@ | ||
// AddAction: {{ getXMIID action }} | ||
const {{ simpleActionDefinitionName action.actionDefinition }} = async (selected: {{ classDataName action.actionDefinition.targetType 'Stored' }}[]) => { | ||
onSubmit(selected); | ||
}; |
1 change: 1 addition & 0 deletions
1
...-ui-react/src/main/resources/actor/src/pages/actions/AutocompleteRangeAction.fragment.hbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.