
| Key: |
MARK-61
|
| Type: |
Improvement
|
| Status: |
Resolved
|
| Resolution: |
Fixed
|
| Priority: |
Major
|
| Assignee: |
Matt Ryall
|
| Reporter: |
Matt Ryall
|
| Votes: |
0
|
| Watchers: |
0
|
|
If you were logged in you would be able to see more operations.
|
|
|
BookmarkCondition does two distinct checks that Confluence already provides condition classes for:
- view space check should use SpacePermissionCondition, with permission "view"
- create page check should use CreateContentCondition, with content "page".
Further, it doesn't extend the AbstractConfluenceCondition, so it breaks in Confluence 2.8. We should remove it and use the built-in condition classes instead.
|
|
Description
|
BookmarkCondition does two distinct checks that Confluence already provides condition classes for:
- view space check should use SpacePermissionCondition, with permission "view"
- create page check should use CreateContentCondition, with content "page".
Further, it doesn't extend the AbstractConfluenceCondition, so it breaks in Confluence 2.8. We should remove it and use the built-in condition classes instead. |
Show » |
| There are no comments yet on this issue.
|
|