Skip to content

3.19.10: UI-1219: Added the prepend feature for numbers as a common control

Compare
Choose a tag to compare
@k-anderson k-anderson released this 24 Feb 03:33
· 28 commits to 3.19 since this release

Monster Core Changes

Changes to 3.19 after version 3.19.9

Resolved Tickets

Normal (2)

  • UI-1219 As a user, I want to set a prepend string on my phone numbers, so that I can know what number is called when it rings my device
  • UI-1216 logoutTimer property is not accessed properly

Change Details

UI-1219

Summary:
As a user, I want to set a prepend string on my phone numbers, so that I can know what number is called when it rings my device

Description:
Acceptance Criteria:

  • Everywhere where we let the user customize features, we have to add the preprend feature
  • The prepend feature is just a string, so the popup should be just a help message (ask Karl with what to say here) and then a text field
  • On a phone number document, we'll check if a prepend object is already there, if not we add it with the enabled/name keys. enabled should be set to true if the string !== '', and to false if it's ===. The back-end might be setting the prepend.number attribute, so make sure to allow the merge of that attribute into what we set.
  • The back-end will return "prepend" as a number feature if the prepend.enabled key is set to true, so we need to find an icon to display on the numbers listing
  • The local numbers are also able to add a preprend string, so make sure to add the gear back to list the prepend feature.

Reporter:
Jean-Roch Maitre <[email protected]>

UI-1216

Summary:
logoutTimer property is not accessed properly

Description:
In monster.util.js, lines 14 & 18:
use: monster.config.whitelabel.logoutTimer
instead of: monster.config.logoutTimer

Reporter:
Joris Tirado <[email protected]>

Maintenance/Community Commits