• I
    Split MR widget into cached and non-cached serializers · b99011af
    Igor 提交于
    Splits auto-refreshing of MR widget into 2 requests:
    
    - the one which uses etag-caching and invalidates the fields on change
    - the one without caching
    
    The idea is to gradually move all the fields to etag-cached endpoint
    b99011af
mr_widget_service.js 1.7 KB