orppst / pst-gui

web based front end for the tool
Mozilla Public License 2.0
0 stars 0 forks source link

99 duplicate targets #117

Closed AllanEngland closed 6 months ago

AllanEngland commented 6 months ago

Stops a GUI user from adding two targets with identical names to the same proposal.

Name checking is case sensitive as that's what the API currently does when you request a named target on a given proposal.

The check is partly integrated into the form validation, so when a duplicate name is submitted the form is invalidated until the source name is changed.