Skip to content

Commit dc0180b

Browse files
committed
FC-2888 Category formtool : ftAlias is not rendering the category tree to the provided branch
1 parent 6f73f2c commit dc0180b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/formtools/category.cfc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@
208208
<skin:loadCSS id="jquery-modal" />
209209
<skin:loadCSS id="fc-icons" />
210210

211-
<cfif len(arguments.stMetadata.ftAlias) or arguments.stMetadata.ftAlias eq "root" or not structkeyexists(application.catid,arguments.stMetadata.ftAlias)>
211+
<cfif (len(arguments.stMetadata.ftAlias) AND arguments.stMetadata.ftAlias eq "root") or not structkeyexists(application.catid,arguments.stMetadata.ftAlias)>
212212
<cfset stBranch = stTree />
213213
<cfelse>
214214
<cfset stBranch = application.factory.oTree.getDescendantsAsNestedStruct(dsn=application.dsn,objectid=application.catid[arguments.stMetadata.ftAlias]) />

0 commit comments

Comments
 (0)