Create some example extensions for the item overview
BASE 3.2 will add extension points for adding node loaders and validators to the item overview (http://base.thep.lu.se/ticket/1680 and http://base.thep.lu.se/ticket/1681). We should include some examples in the example code.
- Include the user that is the owner of an item as a property node.
- Continue to load the role membership of that user as child nodes.
- A validator that checks if the user has a valid URL address or not.
- A validator that checks if the user is a member of at least one role.
- An information extension that display some additional properties for the selected item. We could, for example, display more or less the same as the toolbar button example.
Change History
(6)
Description: |
modified (diff)
|
Status: |
new → assigned
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Description: |
modified (diff)
|
Resolution: |
fixed
|
Status: |
closed → reopened
|
Resolution: |
→ fixed
|
Status: |
reopened → closed
|
(In [1602]) References #377: Create some example extensions for the item overview
Added loader implementations for User and Role.