Activity log for bug #1680037

Date Who What changed Old value New value Message
2017-04-05 11:35:29 wei.ying bug added bug
2017-04-05 11:35:37 wei.ying horizon: assignee wei.ying (wei.yy)
2017-04-05 11:39:04 wei.ying description 830e26e34b64.js:1336 Error: [$parse:syntax] Syntax Error: Token ':' is an unexpected token at column 17 of the expression [os-flavor-access:is_public] starting at [:is_public]. http://errors.angularjs.org/1.5.8/$parse/syntax?p0=%3A&p1=is%20an%20unexpected%20token&p2=17&p3=os-flavor-access%3Ais_public&p4=%3Ais_public at http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:699:8 at AST.throwError (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1378:114) at AST.ast (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1357:889) at ASTCompiler.compile (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1394:107) at Parser.parse (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1439:543) at $parse (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1442:179) at Object.link (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:2377:834) at http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:768:296 at invokeLinkFn (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1161:81) at nodeLinkFn (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1110:147) <th ng-repeat="column in config.columns" class="rsp-p{$ column.priority $} ng-scope" st-sort="{$ column.id $}" ng-attr-st-sort-default="{$ column.sortDefault $}" translate="" ng- Env: devstack master branch Error info: 830e26e34b64.js:1336 Error: [$parse:syntax] Syntax Error: Token ':' is an unexpected token at column 17 of the expression [os-flavor-access:is_public] starting at [:is_public]. http://errors.angularjs.org/1.5.8/$parse/syntax?p0=%3A&p1=is%20an%20unexpected%20token&p2=17&p3=os-flavor-access%3Ais_public&p4=%3Ais_public     at http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:699:8     at AST.throwError (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1378:114)     at AST.ast (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1357:889)     at ASTCompiler.compile (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1394:107)     at Parser.parse (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1439:543)     at $parse (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1442:179)     at Object.link (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:2377:834)     at http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:768:296     at invokeLinkFn (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1161:81)     at nodeLinkFn (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1110:147) <th ng-repeat="column in config.columns" class="rsp-p{$ column.priority $} ng-scope" st-sort="{$ column.id $}" ng-attr-st-sort-default="{$ column.sortDefault $}" translate="" ng-
2017-04-05 12:08:25 wei.ying summary JS error in path of angular flavor table. JS error in path of angular flavors table.
2017-04-05 12:15:08 OpenStack Infra horizon: status New In Progress
2017-04-05 12:19:35 wei.ying description Env: devstack master branch Error info: 830e26e34b64.js:1336 Error: [$parse:syntax] Syntax Error: Token ':' is an unexpected token at column 17 of the expression [os-flavor-access:is_public] starting at [:is_public]. http://errors.angularjs.org/1.5.8/$parse/syntax?p0=%3A&p1=is%20an%20unexpected%20token&p2=17&p3=os-flavor-access%3Ais_public&p4=%3Ais_public     at http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:699:8     at AST.throwError (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1378:114)     at AST.ast (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1357:889)     at ASTCompiler.compile (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1394:107)     at Parser.parse (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1439:543)     at $parse (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1442:179)     at Object.link (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:2377:834)     at http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:768:296     at invokeLinkFn (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1161:81)     at nodeLinkFn (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1110:147) <th ng-repeat="column in config.columns" class="rsp-p{$ column.priority $} ng-scope" st-sort="{$ column.id $}" ng-attr-st-sort-default="{$ column.sortDefault $}" translate="" ng- Env: devstack master branch The colon character ':' in the flavor data like 'os-flavor-access:is_public' causes problems when used in Angular $parse() statements. Since these values are used as keys to lookup data (and may end up in a $parse()) provide "user-friendly" attributes. Error info: 830e26e34b64.js:1336 Error: [$parse:syntax] Syntax Error: Token ':' is an unexpected token at column 17 of the expression [os-flavor-access:is_public] starting at [:is_public]. http://errors.angularjs.org/1.5.8/$parse/syntax?p0=%3A&p1=is%20an%20unexpected%20token&p2=17&p3=os-flavor-access%3Ais_public&p4=%3Ais_public     at http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:699:8     at AST.throwError (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1378:114)     at AST.ast (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1357:889)     at ASTCompiler.compile (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1394:107)     at Parser.parse (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1439:543)     at $parse (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1442:179)     at Object.link (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:2377:834)     at http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:768:296     at invokeLinkFn (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1161:81)     at nodeLinkFn (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1110:147) <th ng-repeat="column in config.columns" class="rsp-p{$ column.priority $} ng-scope" st-sort="{$ column.id $}" ng-attr-st-sort-default="{$ column.sortDefault $}" translate="" ng-
2017-04-18 00:46:49 wei.ying description Env: devstack master branch The colon character ':' in the flavor data like 'os-flavor-access:is_public' causes problems when used in Angular $parse() statements. Since these values are used as keys to lookup data (and may end up in a $parse()) provide "user-friendly" attributes. Error info: 830e26e34b64.js:1336 Error: [$parse:syntax] Syntax Error: Token ':' is an unexpected token at column 17 of the expression [os-flavor-access:is_public] starting at [:is_public]. http://errors.angularjs.org/1.5.8/$parse/syntax?p0=%3A&p1=is%20an%20unexpected%20token&p2=17&p3=os-flavor-access%3Ais_public&p4=%3Ais_public     at http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:699:8     at AST.throwError (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1378:114)     at AST.ast (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1357:889)     at ASTCompiler.compile (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1394:107)     at Parser.parse (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1439:543)     at $parse (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1442:179)     at Object.link (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:2377:834)     at http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:768:296     at invokeLinkFn (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1161:81)     at nodeLinkFn (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1110:147) <th ng-repeat="column in config.columns" class="rsp-p{$ column.priority $} ng-scope" st-sort="{$ column.id $}" ng-attr-st-sort-default="{$ column.sortDefault $}" translate="" ng- Env: devstack master branch Steps to reproduce: 1. set 'flavors_panel' is True in the settings.py 2. Go to admin/flavors panel JS Error info: 830e26e34b64.js:1336 Error: [$parse:syntax] Syntax Error: Token ':' is an unexpected token at column 17 of the expression [os-flavor-access:is_public] starting at [:is_public]. http://errors.angularjs.org/1.5.8/$parse/syntax?p0=%3A&p1=is%20an%20unexpected%20token&p2=17&p3=os-flavor-access%3Ais_public&p4=%3Ais_public     at http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:699:8     at AST.throwError (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1378:114)     at AST.ast (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1357:889)     at ASTCompiler.compile (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1394:107)     at Parser.parse (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1439:543)     at $parse (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1442:179)     at Object.link (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:2377:834)     at http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:768:296     at invokeLinkFn (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1161:81)     at nodeLinkFn (http://192.168.122.210:8085/static/dashboard/js/830e26e34b64.js:1110:147) <th ng-repeat="column in config.columns" class="rsp-p{$ column.priority $} ng-scope" st-sort="{$ column.id $}" ng-attr-st-sort-default="{$ column.sortDefault $}" translate="" ng-
2017-10-25 20:11:28 Gary W. Smith marked as duplicate 1634320