Hygiene: move CategoryAddOverlay window use to client

MinervaNeue should be solely responsible for controlling the flow of its
own UI. This patch puts the responsibility for changing the add category
dialog state when a category has successfully been added onto
MinervaNeue.

Bug: T173539
Related: Ic61ac46e21f510e5b168d7d98b68a59429eb7044
Change-Id: I5010d5ad1a27f09c1c5b0b4188dcec445cc3229f
This commit is contained in:
Stephen Niedzielski 2018-02-28 13:52:29 -06:00 committed by Jdlrobson
parent 48593a7656
commit 9431e9a6e3
1 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,9 @@
loader.loadModule( 'mobile.categories.overlays', true ).done( function ( loadingOverlay ) {
var CategoryOverlay = M.require( 'mobile.categories.overlays/CategoryOverlay' );
M.on( 'category-added', function () {
window.location.hash = '#/categories';
} );
loadingOverlay.hide();
result.resolve( new CategoryOverlay( {