Actions
Feature #6303
opensupport attributes @package and @id on <config>
Start date:
02/27/2014
Due date:
% Done:
0%
Estimated time:
Description
This will replace metadata <category>.
This must correspond to (or must be deduced from) file system:- @package must correspond to directory name
- @id must correspond to file name
Element <view> may support attribute @private="true|FALSE".
When referencing a data view:- if it is in another package, then add package name : view('my.package.myView').
- if it is in the same package, then package name will be automatically added.
Actions