-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[OM] add dropdown for class-state-name, Conformance of Changes (#81)
* implement dropdown for omObjects * the labels of the objective modeler are now updated after renaming and deleting a state, an OLC or a data class --------- Co-authored-by: Pierre Burghardt <[email protected]> Co-authored-by: Noel <[email protected]> Co-authored-by: Simon Nowack <[email protected]>
- Loading branch information
1 parent
eda66c0
commit c165fc4
Showing
13 changed files
with
621 additions
and
248 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
export default { | ||
DATACLASS_CREATION_REQUESTED: 'dataclass.create.requested', | ||
STATE_CREATION_REQUESTED: 'state.create.requested' | ||
STATE_CREATION_REQUESTED: 'state.create.requested', | ||
NAME_CREATION_REQUESTED: 'name.create.requested' | ||
} |
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 was deleted.
Oops, something went wrong.
Oops, something went wrong.