Skip to content

Commit 7c544ea

Browse files
committed
Changes for advanced filters
1 parent 0fa7bcb commit 7c544ea

14 files changed

Lines changed: 44 additions & 33 deletions

File tree

conf/_application.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
* Release date (ISO)
2222
* @global string
2323
*/
24-
$app_date = '2020-03-06';
24+
$app_date = '2020-03-10';
2525

2626
/**
2727
* Is this b2evolution PRO?

inc/users/users.ctrl.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -751,7 +751,7 @@
751751
$Messages->add( TB_('Default filters have been updated for users list.'), 'success' );
752752

753753
// Redirect so that a reload doesn't write to the DB twice:
754-
header_redirect( $admin_url.'?ctrl=users', 303 ); // Will EXIT
754+
header_redirect( $admin_url.'?ctrl=users&filter=new&users_filter_preset=advanced', 303 ); // Will EXIT
755755
// We have EXITed already at this point!!
756756
break;
757757
}

package-lock.json

Lines changed: 21 additions & 21 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@
2020
"grunt-sass": "^3.1.0"
2121
},
2222
"dependencies": {
23-
"npm": "^6.14.1"
23+
"npm": "^6.14.2"
2424
}
2525
}

plugins/tinymce_plugin/js/evo_view_shortcodes.bmin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsc/js/build/bootstrap-evo_backoffice.bmin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsc/js/build/colorbox.bmin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsc/js/build/evo_backoffice.bmin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsc/js/build/sha1_md5.bmin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

rsc/js/build/textcomplete.bmin.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)