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 an engineer I want to be able to change the IED names so I import ICD files and change the IED template name to a production name.
Create edit button in the IED editor (after dropdown menu)
Create edit button in substation tab upon selecting an IED
Create IED edit window
Create checks
-- for uniqueness, the user should only be able to save the IED name when there is no other IED with the same name
-- Name can't be empty
-- Name should be according to the pattern
Change the IED name and all references to the IED upon saving in the following locations
-- TConnectedAP.tUnNaming
-- agLDRef
-- tLNode.tUnNaming
-- tIED.tUnNaming
-- tExtRef
-- tControlWithIEDName.tControl.IEDName
Background:
This could be done in the IED editor or somewhere else if that makes more sense. All references to this IED need to be changed as well.
The text was updated successfully, but these errors were encountered:
As an engineer I want to be able to change the IED names so I import ICD files and change the IED template name to a production name.
-- for uniqueness, the user should only be able to save the IED name when there is no other IED with the same name
-- Name can't be empty
-- Name should be according to the pattern
-- TConnectedAP.tUnNaming
-- agLDRef
-- tLNode.tUnNaming
-- tIED.tUnNaming
-- tExtRef
-- tControlWithIEDName.tControl.IEDName
Background:
This could be done in the IED editor or somewhere else if that makes more sense. All references to this IED need to be changed as well.
The text was updated successfully, but these errors were encountered: