dhis2-devs team mailing list archive
-
dhis2-devs team
-
Mailing list archive
-
Message #07487
[Branch ~dhis2-devs-core/dhis2/trunk] Rev 2138: Set DataEntryForm.htmlcode type to text
------------------------------------------------------------
revno: 2138
committer: Lars <larshelg@larshelg-laptop>
branch nick: trunk
timestamp: Thu 2010-09-16 16:03:17 +0200
message:
Set DataEntryForm.htmlcode type to text
modified:
dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/dataentryform/hibernate/DataEntryForm.hbm.xml
--
lp:dhis2
https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk
Your team DHIS 2 developers is subscribed to branch lp:dhis2.
To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/dataentryform/hibernate/DataEntryForm.hbm.xml'
--- dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/dataentryform/hibernate/DataEntryForm.hbm.xml 2010-02-22 09:19:15 +0000
+++ dhis-2/dhis-services/dhis-service-core/src/main/resources/org/hisp/dhis/dataentryform/hibernate/DataEntryForm.hbm.xml 2010-09-16 14:03:17 +0000
@@ -10,7 +10,7 @@
<property name="name" not-null="true" unique="true" length="160"/>
- <property name="htmlCode" column="htmlcode" length="10000000"/>
+ <property name="htmlCode" column="htmlcode" type="text"/>
</class>
</hibernate-mapping>