mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-12 07:11:42 +09:00
레이아웃 설정시 연결된 메뉴의 일괄 레이아웃 조절 기능을 정상적으로 동작하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@3982 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
ffe907403e
commit
996d5c6167
3 changed files with 41 additions and 11 deletions
13
modules/layout/queries/getLayoutModules.xml
Normal file
13
modules/layout/queries/getLayoutModules.xml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
<query id="getLayoutModules" action="select">
|
||||
<tables>
|
||||
<table name="menu_item" alais="menu_item" />
|
||||
<table name="modules" alias="modules" />
|
||||
</tables>
|
||||
<columns>
|
||||
<column name="modules.module_srl" />
|
||||
</columns>
|
||||
<conditions>
|
||||
<condition operation="equal" column="menu_item.menu_srl" var="menu_srl" notnull="notnull" />
|
||||
<condition operation="equal" column="menu_item.url" default="modules.mid" notnull="notnull" pipe="and" />
|
||||
</conditions>
|
||||
</query>
|
||||
Loading…
Add table
Add a link
Reference in a new issue