-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(ontology): check if an ontology, a class or a property can be de…
…leted (DSP-1750) (#457) * docs(ontology): fix 404 error on image * chore(deps): bump dsp-js version to 2.4.0 * feat(ontology): disable delete class button * refactor(ontology): clean up code * refactor(ontology): consistent submit button * feat(ontology): disable delete ontology button * fix(ontology): use the right method * feat(ontology): ask if res class can be deleted * test(ontology): fix tests * test(ontology): bug fix in test * test(ontology): bug fix in test * chore(ontology): undo previous changes * test(ontology): fix the test * test(ontology): run all the tests * test(ontology): add test to new method * test(ontology): enable all tests * test(ontology): set correct test environment test(ontology): enable all tests * feat(ontology): check if prop can be deleted * test(ontology): enable all tests * fix(ontology): propCanBeDeleted shouldn't be in the cardinality setup
- Loading branch information
1 parent
6415152
commit fb0c275
Showing
13 changed files
with
251 additions
and
53 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
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
4 changes: 1 addition & 3 deletions
4
src/app/project/ontology/ontology-form/ontology-form.component.html
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
Oops, something went wrong.