You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a leader, when I enter a task, I get an error if I have multiple lines with the same data (this comes up when pasting in a story that has mutiple empty lines separately paragraphs). The task will not change until I remove the empty lines. The error is:
Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: line in (params.currenttask || 'None.') | getLines, Duplicate key: string:
The text was updated successfully, but these errors were encountered:
As a leader, when I enter a task, I get an error if I have multiple lines with the same data (this comes up when pasting in a story that has mutiple empty lines separately paragraphs). The task will not change until I remove the empty lines. The error is:
Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: line in (params.currenttask || 'None.') | getLines, Duplicate key: string:
The text was updated successfully, but these errors were encountered: