-
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(resource): delete and erase resource (DSP-1228) (#489)
* chore(deps): bump dsp-js to latest version * feat(resource): delete and erase resource (DSP-1228) * chore(resource): handle permissions * test(resource): fix the tests * fix(resource): get last modification date after editing a prop value * test(resource): big fixes in tests * refactor(resource): better lastModificationDate handling
- Loading branch information
1 parent
bf372dc
commit 8b1fdba
Showing
14 changed files
with
328 additions
and
81 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
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,6 +1,13 @@ | ||
.todo { | ||
background-color: bisque; | ||
padding: 6px; | ||
border-radius: 4px; | ||
text-align: center; | ||
background-color: bisque; | ||
padding: 6px; | ||
border-radius: 4px; | ||
text-align: center; | ||
} | ||
|
||
.deletion-comment { | ||
width: calc(100% - 48px); | ||
margin: 8px; | ||
padding: 8px; | ||
height: 64px; | ||
} |
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.