[Rt-commit] rt branch, 4.6/core-rightinspector, repushed

Michel Rodriguez michel at bestpractical.com
Wed Sep 18 16:49:41 EDT 2019


The branch 4.6/core-rightinspector was deleted and repushed:
       was 82e2a6abb26d1e56917537579ec30130d773ce67
       now d71f9f29c8fdef03683b2fb970c95a9b920e4176

1: 392cadc31 ! 1: 3c4046ec5 Core RT::Extension::RightsInspector
    @@ -1,6 +1,13 @@
     Author: michel <michel at bestpractical.com>
     
    -    Cored RT::Extension::RightsInspector
    +    Core RT::Extension::RightsInspector
    +    
    +    The behavior is the same as the extension.
    +    
    +    Differences are:
    +    In the JS, the handlebar templating system has been removed.
    +    The bootstrap spinner is being used.
    +    Revoke is disabled for an extra right.
     
     diff --git a/etc/RT_Config.pm.in b/etc/RT_Config.pm.in
     --- a/etc/RT_Config.pm.in
    @@ -1310,6 +1317,22 @@
     +    padding: 2px 3px;
     +}
     
    +diff --git a/share/static/css/elevator-light/forms.css b/share/static/css/elevator-light/forms.css
    +--- a/share/static/css/elevator-light/forms.css
    ++++ b/share/static/css/elevator-light/forms.css
    +@@
    +     background: #3D5B9D
    + }
    + 
    ++/* for disabled buttons we don't want to change the background on hover */
    ++.button.ui-state-disabled {
    ++    background: #007Bff;
    ++}
    ++
    + .button:active,
    + input.button:active,
    + button:active,
    +
     diff --git a/share/static/js/rights-inspector.js b/share/static/js/rights-inspector.js
     new file mode 100644
     --- /dev/null
    @@ -1528,7 +1551,7 @@
     +    ;
     +}
     +
    -+function cond_text ( cond, text = '') {
    ++function cond_text (cond, text = '') {
     +    return cond ? text : '';
     +}
     +
2: 82e2a6abb = 2: d71f9f29c Improve look for the dark theme



More information about the rt-commit mailing list