You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficcontrol.apache.org by ro...@apache.org on 2018/05/04 19:16:26 UTC

[incubator-trafficcontrol] branch master updated: ensures that the state changes when the url query param changes for custom menu items

This is an automated email from the ASF dual-hosted git repository.

rob pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-trafficcontrol.git


The following commit(s) were added to refs/heads/master by this push:
     new 87e9612  ensures that the state changes when the url query param changes for custom menu items
87e9612 is described below

commit 87e96129ff82674186690f8301bb39e662109390
Author: Jeremy Mitchell <mi...@gmail.com>
AuthorDate: Fri May 4 12:40:59 2018 -0600

    ensures that the state changes when the url query param changes for custom menu items
---
 traffic_portal/app/src/modules/private/custom/index.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/traffic_portal/app/src/modules/private/custom/index.js b/traffic_portal/app/src/modules/private/custom/index.js
index a46fbe6..c9ae8b9 100644
--- a/traffic_portal/app/src/modules/private/custom/index.js
+++ b/traffic_portal/app/src/modules/private/custom/index.js
@@ -20,7 +20,7 @@ module.exports = angular.module('trafficPortal.private.custom', [])
 	.config(function($stateProvider, $urlRouterProvider) {
 		$stateProvider
 			.state('trafficPortal.private.custom', {
-				url: 'custom',
+				url: 'custom?url',
 				views: {
 					privateContent: {
 						templateUrl: 'modules/private/custom/custom.tpl.html',

-- 
To stop receiving notification emails like this one, please contact
rob@apache.org.