Issue Details (XML | Word | Printable)

Key: BAM-976
Type: Bug Bug
Status: Resolved Resolved
Resolution: Fixed
Priority: Major Major
Assignee: Edwin Wong [Atlassian]
Reporter: Christopher Owen [Atlassian]
Votes: 1
Watchers: 2
Operations

If you were logged in you would be able to see more operations.
Bamboo

IM message recipients input accumulates square brackets on form load

Created: 07/Mar/07 12:30 AM   Updated: 15/Jun/07 10:46 AM
Component/s: Notifications, User Interface
Affects Version/s: 1.0.1
Fix Version/s: 1.0.3

Time Tracking:
Original Estimate: 2 hours
Original Estimate - 2 hours
Remaining Estimate: 2 hours
Remaining Estimate - 2 hours
Time Spent: Not Specified
Remaining Estimate - 2 hours

Participants: Christopher Owen [Atlassian] and Edwin Wong [Atlassian]
Since last comment: 1 year, 30 weeks, 1 day ago
Number of comments: 1
Internal Priority: 2. High
Labels:


 Description  « Hide
When I visit the Post Action configuration tab and click on edit, the list of IM addresses to send notifications to will be output like the following

[user1@chat.example.org, user2@chat.example.org]

If I were to save this form this list gets saved as it appears. The next time I edit this configuration it will be output as

[[user1@chat.example.org, user2@chat.example.org]]

and so on.

This only occurs when there is more than one address in the input box.



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Edwin Wong [Atlassian] added a comment - 16/Mar/07 12:22 AM
Fixed. Common config's Hierarchical config was being smart and converting a string with "," into a list.