Skip to content

Commit

Permalink
fix(CustomView)Public filter without admin approved
Browse files Browse the repository at this point in the history
  • Loading branch information
glorymoshi committed Apr 9, 2019
1 parent 21e3db0 commit 746c66b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/CustomView/Save.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ function cvGetNewViewName() {
if (!empty($_REQUEST['newsave'])) {
unset($cvid);
$_REQUEST['viewName'] = cvGetNewViewName();
$_REQUEST['setStatus'] = CV_STATUS_PENDING;
}
$cvmodule = vtlib_purify($_REQUEST['cvmodule']);
$parenttab = getParentTab();
Expand Down

0 comments on commit 746c66b

Please sign in to comment.