Skip to content

Commit

Permalink
CAP-92 Allowing for long urls in calendar parameters and preferences.
Browse files Browse the repository at this point in the history
git-svn-id: https://source.jasig.org/portlets/CalendarPortlet/trunk@24436 f5dbab47-78f9-eb45-b975-e544023573eb
  • Loading branch information
bourey committed Jul 22, 2011
1 parent a12d1ab commit 0162d1b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@
<map name="preferences" lazy="false" table="CALENDAR_PREFERENCE" cascade="all-delete-orphan">
<key column="CALENDAR_CONFIGURATION_ID"/>
<index column="CALENDAR_PREFERENCE_NAME" type="string"/>
<element type="string" column="CALENDAR_PREFERENCE_VALUE" not-null="true"/>
<element type="text" column="CALENDAR_PREFERENCE_VALUE" not-null="true"/>
</map>

</subclass>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
<map name="parameters" lazy="false" table="CALENDAR_PARAMETER" cascade="all-delete-orphan">
<key column="CALENDAR_ID"/>
<index column="CALENDAR_PARAMETER_NAME" type="string"/>
<element type="string" column="CALENDAR_PARAMETER_VALUE" not-null="true"/>
<element type="text" column="CALENDAR_PARAMETER_VALUE" not-null="true"/>
</map>


Expand Down

0 comments on commit 0162d1b

Please sign in to comment.