-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unlink as coverage #1847
Merged
Merged
Unlink as coverage #1847
Changes from 20 commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
998cff9
adjust API
tomaskikutis 209db09
update gettext usage
tomaskikutis def1a61
Fix event template (#1812)
thecalcc 629c2e8
Fix show modal (#1814)
thecalcc 46387f7
UIF version update (#1818)
thecalcc a9fe557
superdesk-ui-framework@3.0.50
tomaskikutis 677f7e5
Unlink as coverage
thecalcc 6ee85a5
Merge remote-tracking branch 'origin/develop' into authoring-react-po…
petrjasek 400ef62
fix lint
petrjasek 9a8ec9e
fix e2e client build
petrjasek 39161ab
Update ng use, fix lint
thecalcc 22f9466
Merge branch 'authoring-react-post-broadcasting' into unlink-as-coverage
thecalcc 71f4543
Use gettext
thecalcc bae43ce
Merge branch 'develop' into unlink-as-coverage
thecalcc 72d9ea9
Fix sd api usage
thecalcc 929832f
Update client-core
thecalcc 6b0b326
More fixes
thecalcc 0b9d3eb
Update artifact
thecalcc dfd0245
Merge branch 'develop' into unlink-as-coverage
thecalcc 57670c5
Merge branch 'develop' into unlink-as-coverage
thecalcc 07ab588
Keep conditions in sync with a comment
thecalcc b12a71f
Add angular authoring tag
thecalcc File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you take these conditions from somewhere else? In order not to duplicate it, we should add
canUnlinkAscoverage
function and expose it via extensions bridge.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The thing is, we can't add it 1-to-1, because in the angular world permissions work under the hood, so if we do add it it'll still be chopped up. Personally I don't think it's necessary when this is the case, so we can keep it like this
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
add the comment about keeping it up to date