This repository has been archived on 2024-04-08. You can view files and clone it, but cannot push or open issues or pull requests.
khosb/modules/module_method/module_method_install.xml

40 lines
901 B
XML
Raw Normal View History

<install>
<module_properties>
<name>module_method</name>
<parent>module</parent>
<notes><![CDATA[Control the available methods for each module]]></notes>
</module_properties>
<sql_inserts>
<module_method>
<search>
<name>search</name>
</search>
<view>
<name>view</name>
</view>
<add>
<name>add</name>
</add>
<delete>
<name>delete</name>
</delete>
<update>
<name>update</name>
</update>
<search_form>
<name>search_form</name>
</search_form>
<search_show>
<name>search_show</name>
<notes><![CDATA[Allow users to view the search results]]></notes>
</search_show>
<view_methods>
<name>view_methods</name>
<notes><![CDATA[View the methods relationship form]]></notes>
</view_methods>
<update_relations>
<name>update_relations</name>
</update_relations>
</module_method>
</sql_inserts>
</install>