[Rt-commit] rt branch, 4.6/log-view-db-config-change-history, repushed
Aaron Trevena
ast at bestpractical.com
Mon Mar 30 06:26:50 EDT 2020
The branch 4.6/log-view-db-config-change-history was deleted and repushed:
was 650b7b1234dfee7f7732cbcfd846a7e285802f73
now 0da66615891e65dd13bf2cbc918608d39f851374
1: 039be68775 = 1: 039be68775 Schema updates for tracking db configuration changes in transactions
2: 25315c0903 = 2: 25315c0903 Log DB config changes as transactions
3: a2d96f55bf = 3: a2d96f55bf Remove unused stringify function in configuration edit page
4: a311918745 ! 4: d57d7f1f70 Page to view DB config transaction history
@@ -12,12 +12,11 @@
}
- if ( $request_path =~ m{^/Admin/Tools/(Configuration|EditConfig)} ) {
-- $page->child( display => title => loc('View'), path => "/Admin/Tools/Configuration.html" );
++ if ( $request_path =~ m{^/Admin/Tools/(Configuration|EditConfig|ConfigHistory)} ) {
+ $page->child( display => title => loc('View'), path => "/Admin/Tools/Configuration.html" );
- $page->child( history => title => loc('Edit'), path => "/Admin/Tools/EditConfig.html" );
-+ if ( $request_path =~ m{^/Admin/Tools/(Configuration|EditConfig|ConfigHistory)} ) {
-+ $page->child( display => title => loc('View'), path => "/Admin/Tools/Configuration.html" );
+ $page->child( modify => title => loc('Edit'), path => "/Admin/Tools/EditConfig.html" );
-+ $page->child( history => title => loc('History'), path => "/Admin/Tools/ConfigHistory.html" );
++ $page->child( history => title => loc('History'), path => "/Admin/Tools/ConfigHistory.html" );
}
# due to historical reasons of always having been in /Elements/Tabs
5: 650b7b1234 = 5: 0da6661589 Tests for DB config transactions and history
More information about the rt-commit
mailing list