Skip to content

Commit 7e74485

Browse files
authored
Merge pull request #46 from DNNMonster/MigrateUpdateBoolean
Migrate update boolean
2 parents e751a7a + bf831f6 commit 7e74485

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Components/Product/ProductFunctions.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ public string ProcessCommand(string paramCmd, HttpContext context, string editla
148148
case "product_admin_setowner":
149149
strOut = SetOwner(context);
150150
break;
151+
case "product_admin_updateboolean":
152+
strOut = UpdateBoolean(context);
153+
break;
151154
}
152155
}
153156

@@ -162,9 +165,6 @@ public string ProcessCommand(string paramCmd, HttpContext context, string editla
162165
case "product_ajaxview_getfilters":
163166
strOut = ProductAjaxFilter(context);
164167
break;
165-
case "product_admin_updateboolean":
166-
strOut = UpdateBoolean(context);
167-
break;
168168
}
169169

170170
return strOut;

0 commit comments

Comments
 (0)