Go to file
Carlos Ruiz 6b9b4814e7 Fix zkwebui problem with mandatory read-only fields.
There is a case where a read-only field is set as mandatory (it's filled with a default value) - this is working ok in swing, but in zkwebui was not working because read-only fields were treated in a different way
----------------------
Fix problem caused by revision 14423:
http://adempiere.svn.sourceforge.net/viewvc/adempiere?view=revision&revision=14423
Problem reported here:
https://sourceforge.net/projects/adempiere/forums/forum/610548/topic/3958171
* Fix zkwebui problem with mandatory read-only fields.
* Now it behaves like swing
* And lists are not filled for read-only fields (better performance)
2011-03-08 10:46:14 -05:00
.settings minor setting changes 2010-07-13 16:32:18 +08:00
db Fix problem in C_OrderLineTax_VT - product name was not printing attributes 2011-03-07 10:19:08 -05:00
doc move extension doc to google code hosting as kenai mercurial repository cant server html file properly 2010-12-19 13:05:37 +08:00
event.test remove unbindEventManager, not needed as it have been move to the base class. 2010-12-21 07:33:00 +08:00
migration Fix problem in C_OrderLineTax_VT - product name was not printing attributes 2011-03-07 10:19:08 -05:00
org.adempiere.base Fix bug in generation allocation header, when payment has datetrx <> dateacct the allocation was being generated with wrong dateacct 2011-03-07 10:23:43 -05:00
org.adempiere.base-feature minor - typo in model generator launch configuration 2010-12-17 16:59:09 +08:00
org.adempiere.base.callout Fix bug in CalloutInvoice and CalloutOrder: 2011-03-07 11:06:27 -05:00
org.adempiere.base.process Enable immediate accounting for Production Document 2011-02-27 01:04:54 -05:00
org.adempiere.bundles.external-feature Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.eclipse.equinox.http.servlet Added patch equinox servlet bridge: 2011-01-11 01:00:26 +08:00
org.adempiere.eclipse.equinox.http.servletbridge Added patch equinox servlet bridge: 2011-01-11 01:00:26 +08:00
org.adempiere.eclipse.equinox.servletbridge Added patch equinox servlet bridge: 2011-01-11 01:00:26 +08:00
org.adempiere.extend Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.geminiweb-feature Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.install Updated extension point documentation formatting. Remove the use of osgi: prefix for form, modelvalidator and process to ease migration, the framework will now always check whether an implementation exists in the extension registry before checking the java classpath. Rename org.adempiere.osgi in swing to org.adempiere.ui.swing.factory and drop the incomplete IMenuAction extension in swing ( will come back to this later ). 2010-12-20 10:46:25 +08:00
org.adempiere.payment.processor Added payment processor extension. 2010-12-20 14:31:56 +08:00
org.adempiere.payment.processor-feature Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.pipo Fix inconsistency in packout - the xml file encoding property is defined as ISO-8859-1 but the file stream is written with utf-8. I had problems importing the generated files, all accents and special characters were imported wrongly. 2011-02-27 00:07:26 -05:00
org.adempiere.pipo-feature Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.pipo.handlers Change generic export default to export ad_org_id reference instead of getting from context. 2010-12-28 23:28:07 +08:00
org.adempiere.pipo.legacy Fix problems with old DataElementHandler 2011-02-27 00:42:44 -05:00
org.adempiere.plugin.utils Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.replication Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.replication-feature Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.replication.server Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.replication.server-feature Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.report.jasper Integrate revision 14385 from trifonnt: 2011-03-07 11:42:58 -05:00
org.adempiere.report.jasper-feature Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.report.jasper.library Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.report.jasper.swing Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.report.jasper.webapp Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.sdk-feature Added feature project for Adempiere development sdk 2010-10-22 10:27:49 +08:00
org.adempiere.server Updated extension point documentation formatting. Remove the use of osgi: prefix for form, modelvalidator and process to ease migration, the framework will now always check whether an implementation exists in the extension registry before checking the java classpath. Rename org.adempiere.osgi in swing to org.adempiere.ui.swing.factory and drop the incomplete IMenuAction extension in swing ( will come back to this later ). 2010-12-20 10:46:25 +08:00
org.adempiere.server-feature Fix broken FR 3018857 - Importer the Inventory Move, and create sample file format in GardenWorld 2011-02-26 23:22:13 -05:00
org.adempiere.site-feature Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.target.platform-feature Added org.eclipse.equinox.http.registry.source dependency. 2011-01-11 00:53:23 +08:00
org.adempiere.tomcat.config Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.ui Reverting revisions 12757, 12778, 12785 (6348, 6352, 6353) 2011-02-26 22:25:50 -05:00
org.adempiere.ui.swing Integrate patch from jmpiloq 2011-03-08 10:39:14 -05:00
org.adempiere.ui.swing-feature minor launch config update. 2010-12-14 16:03:24 +08:00
org.adempiere.ui.swing.pluginlist Refactoring to make project and folder name the same as the bundle symbolic name. Migrate to use eclipse feature and product configuration ( build is broken, to fix later ) 2010-09-29 15:25:34 +08:00
org.adempiere.ui.zk Fix zkwebui problem with mandatory read-only fields. 2011-03-08 10:46:14 -05:00
org.adempiere.ui.zk-feature Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.adempiere.webstore Refactoring: 2011-01-11 01:08:37 +08:00
org.adempiere.webstore-feature Refactoring: 2011-01-11 01:08:37 +08:00
org.adempiere.webstore.resource Refactoring: 2011-01-11 01:08:37 +08:00
org.adempiere.webstore.servlet Refactoring: 2011-01-11 01:08:37 +08:00
org.apache.ecs Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
org.compiere.db.oracle.provider Rename default connection pool properties file to server.default.properties and client.default.properties. This change would allow developer to create fragment to contribute a customize server.properties or client.properties 2011-01-19 16:55:38 +08:00
org.compiere.db.postgresql.provider Implement statement timeout support for PostgreSQL 2011-02-07 10:26:06 +08:00
org.compiere.db.provider-feature Cleanup, remove redundant buckminster.properties. 2010-12-06 13:53:57 +08:00
utils_dev Remove obsolete build script 2010-11-08 10:20:15 +08:00
.hgignore add build directories to ignore 2011-02-26 14:52:05 -05:00
adempiere-local-template.properties added adempiere properties file template 2010-07-20 13:48:24 +08:00
license.html revert revision 12048 as stated on release meeting 2010-06-13 23:46:21 +00:00
testTemplate.properties Fix notation of template file 2010-03-26 18:28:42 +00:00