[AG] Customer's Theme that is not working properly (Front-End)
Review Request #1452 — Created March 19, 2026 and submitted — Latest diff uploaded
| Information | |
|---|---|
| shuinvy | |
| AG | |
| rel_ag_9_4_5 | |
| TWSD-1791 | |
| Reviewers | |
| austin, evalin, milliechou | |
Modify javascript code for new format of variable from server
The Jira ticket is:
https://arraynetworks.atlassian.net/browse/TWSD-1791The root cause is the group name contains some special characters, such as
-,,%, etc.
And the string combine together will cause invalid Javascript variable, such asvar _AN_res_limit_check_Full Tunnel(contains, space) orvar _AN_res_limit_check_New-Split(contains-, dash).After discussing,
we usevar _AN_res_limit_check={group_name1: 0|1, group_name2: 0|1}format instead of original one.So I modified the frontend code for the new format of variable.
You can see attachment for reference.
