Added priority attribute to form extension point.
This commit is contained in:
parent
f3fa756afc
commit
6ca242f757
|
@ -59,6 +59,13 @@
|
|||
</appinfo>
|
||||
</annotation>
|
||||
</attribute>
|
||||
<attribute name="priority" type="string">
|
||||
<annotation>
|
||||
<documentation>
|
||||
numeric priority value, higher value is of higher priority
|
||||
</documentation>
|
||||
</annotation>
|
||||
</attribute>
|
||||
</complexType>
|
||||
</element>
|
||||
|
||||
|
@ -106,7 +113,7 @@ AD_Form.ClassName="org.adempiere.extend.myForm"
|
|||
<meta.section type="copyright"/>
|
||||
</appinfo>
|
||||
<documentation>
|
||||
This file is part of Adempiere ERP Bazaar http://www.adempiere.org.
|
||||
This file is part of Adempiere ERP Bazaar http://www.adempiere.org.
|
||||
|
||||
Copyright (C) Heng Sin Low.
|
||||
Copyright (C) Contributors.
|
||||
|
@ -120,7 +127,6 @@ AD_Form.ClassName="org.adempiere.extend.myForm"
|
|||
You should have received a copy of the GNU General Public License along
|
||||
with this program; if not, write to the Free Software Foundation, Inc.,
|
||||
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA.
|
||||
|
||||
</documentation>
|
||||
</annotation>
|
||||
|
||||
|
|
Loading…
Reference in New Issue