forked from CiviWare/org.agbu.annualgrantbudgets
add note and lock to entity definition
This commit is contained in:
@ -74,4 +74,33 @@
|
||||
<type>Text</type>
|
||||
</html>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
<name>note</name>
|
||||
<title>Note</title>
|
||||
<type>varchar</type>
|
||||
<length>255</length>
|
||||
<comment>Note</comment>
|
||||
<required>false</required>
|
||||
<import>true</import>
|
||||
<export>true</export>
|
||||
<localizable>false</localizable>
|
||||
<html>
|
||||
<type>Text</type>
|
||||
</html>
|
||||
</field>
|
||||
|
||||
<field>
|
||||
<name>is_reserved</name>
|
||||
<title>Is Reserved</title>
|
||||
<type>boolean</type>
|
||||
<comment>Is this budget item locked for non-administrators?</comment>
|
||||
<import>true</import>
|
||||
<export>true</export>
|
||||
<localizable>false</localizable>
|
||||
<default>0</default>
|
||||
<html>
|
||||
<type>CheckBox</type>
|
||||
</html>
|
||||
</field>
|
||||
</table>
|
||||
|
Reference in New Issue
Block a user