Commit 2c28b9d
fix(advice,routes): resolve stale password warning and pattern truncation
1. Password change warning persists after changing default password:
- ReloadAdviceAction now publishes fresh advice to EventBus after
clearing cache, replacing stale nchan messages immediately
- GetAdviceListAction always publishes to EventBus (even empty results)
to evict outdated warnings from nchan message store
2. Outbound route numberbeginswith field truncated at 20 chars:
- Increased maxLength from 20 to 64 in DataStructure to match
the regex validation limit, allowing patterns like
(7|8)(70|71|72|73|74|75) (27 chars)1 parent 207258f commit 2c28b9d
3 files changed
Lines changed: 16 additions & 4 deletions
File tree
- src
- Core/Workers/Libs/WorkerModelsEvents/Actions
- PBXCoreREST/Lib
- Advice
- OutboundRoutes
Lines changed: 9 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
| 38 | + | |
38 | 39 | | |
39 | 40 | | |
40 | 41 | | |
| |||
90 | 91 | | |
91 | 92 | | |
92 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
93 | 102 | | |
94 | 103 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
74 | | - | |
75 | | - | |
76 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
77 | 80 | | |
78 | 81 | | |
79 | 82 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
337 | 337 | | |
338 | 338 | | |
339 | 339 | | |
340 | | - | |
| 340 | + | |
341 | 341 | | |
342 | 342 | | |
343 | 343 | | |
| |||
0 commit comments