OSB enhancements to date
This commit is contained in:
@@ -51,24 +51,28 @@
|
||||
<validate>any</validate>
|
||||
</default_staff_id>
|
||||
<contact_display>
|
||||
<display>Show Users on Contact Form</display>
|
||||
<type>L</type>
|
||||
</contact_display>
|
||||
</field>
|
||||
|
||||
<!-- Methods for this class, and the fields they have access to, if applicable -->
|
||||
<method>
|
||||
<add>date_orig,name,description,default_staff_id,contact_display</add>
|
||||
<update>id,site_id,name,description,default_staff_id,contact_display</update>
|
||||
<delete>id,site_id,name,description,default_staff_id,contact_display</delete>
|
||||
<view>id,site_id,name,description,default_staff_id,contact_display</view>
|
||||
<search>id,site_id,name,description,default_staff_id,contact_display</search>
|
||||
<add>name,description,default_staff_id,contact_display</add>
|
||||
<update>name,description,default_staff_id,contact_display</update>
|
||||
<delete>id</delete>
|
||||
<view>id,name,description,default_staff_id,contact_display</view>
|
||||
<search>id,name,default_staff_id,contact_display</search>
|
||||
</method>
|
||||
|
||||
<!-- Method triggers -->
|
||||
<trigger></trigger>
|
||||
|
||||
<!-- Template page display titles -->
|
||||
<title></title>
|
||||
<title>
|
||||
<add>Add Department</add>
|
||||
<view>View Department</view>
|
||||
</title>
|
||||
|
||||
<!-- Template helpers -->
|
||||
<tpl>
|
||||
|
@@ -14,6 +14,8 @@
|
||||
<notes><![CDATA[Manage the staff departments.]]></notes>
|
||||
<!-- MODULE Parent, the parent node in the tree -->
|
||||
<parent>setup</parent>
|
||||
<!-- SUB Modules to install with this one -->
|
||||
<sub_modules></sub_modules>
|
||||
<!-- MODULE Type (core|base), core modules cannot be deleted, unrecognised types are ignored. -->
|
||||
<type></type>
|
||||
</module_properties>
|
||||
|
Reference in New Issue
Block a user