mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-21 11:22:34 +09:00
#18645001 : fixed a bug that update for header, footer text and description did not work when emptying those fields
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7242 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
4eaeba6aa5
commit
e915d3fe1d
1 changed files with 3 additions and 3 deletions
|
|
@ -10,12 +10,12 @@
|
|||
<column name="menu_srl" var="menu_srl" filter="number" />
|
||||
<column name="mid" var="mid" notnull="notnull" minlength="1" maxlength="40"/>
|
||||
<column name="browser_title" var="browser_title" notnull="notnull" minlength="1" maxlength="250" />
|
||||
<column name="description" var="description" />
|
||||
<column name="description" var="description" default="" />
|
||||
<column name="is_default" var="is_default" default="N" notnull="notnull" />
|
||||
<column name="content" var="content" />
|
||||
<column name="open_rss" var="open_rss" default="Y" notnull="notnull" />
|
||||
<column name="header_text" var="header_text" />
|
||||
<column name="footer_text" var="footer_text" />
|
||||
<column name="header_text" var="header_text" default="" />
|
||||
<column name="footer_text" var="footer_text" default="" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="site_srl" var="site_srl" default="0" filter="number" notnull="notnull" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue