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
I have noticed that if in Observables, in the view of "Observable datatypes management" if we add a datatype and it is repeated, when we click on a case in the 'Add observables' button, the elements do not appear in the dropdown list. And in the browser console we receive this message:
Error: [ngRepeat:dupes] Duplicates in a repeater are not allowed. Use 'track by' expression to specify unique keys. Repeater: type in types, Duplicate key: string:cookie, Duplicate value: cookie
Steps to Reproduce
Repeat observable DataType
Go to Add observable in a case
The dropdown doesnt show nothing
Possible Solutions
Avoid that a datatype that exist doesnt can create.
Complementary information
(add anything that can help identifying the problem such as log excerpts, screenshots, configuration dumps etc.)
The text was updated successfully, but these errors were encountered:
Request Type
Bug
Work Environment
Problem Description
I have noticed that if in Observables, in the view of "Observable datatypes management" if we add a datatype and it is repeated, when we click on a case in the 'Add observables' button, the elements do not appear in the dropdown list. And in the browser console we receive this message:
Steps to Reproduce
Possible Solutions
Complementary information
(add anything that can help identifying the problem such as log excerpts, screenshots, configuration dumps etc.)
The text was updated successfully, but these errors were encountered: