Ensures there's no duplicate notifications and ensures that soft redirects occur for content blueprints too

This commit is contained in:
Shannon
2019-06-12 11:34:36 +10:00
parent 1307ee7ced
commit 2797011fb0
2 changed files with 16 additions and 1 deletions

View File

@@ -32,7 +32,7 @@ function navigationService($routeParams, $location, $q, $injector, eventsService
var nonRoutingQueryStrings = ["mculture", "cculture", "lq"];
var retainedQueryStrings = ["mculture"];
//A list of trees that don't cause a route when creating new items (TODO: eventually all trees should do this!)
var nonRoutingTreesOnCreate = ["content"];
var nonRoutingTreesOnCreate = ["content", "contentblueprints"];
function setMode(mode) {
switch (mode) {