rlwakefield / CoMaCon

GNU General Public License v3.0
0 stars 0 forks source link

Enhance the "duplicate" functionality #7

Open rlwakefield opened 4 weeks ago

rlwakefield commented 4 weeks ago

Need to enhance the "duplicate" functionality so that when it goes to set the "error-text-to-append", that it also does this to the original field that it is a duplicate of. This is currently the behavior in the WAMCON, especially in the "Diagnostics Settings" & "Connection Strings" sections. So, I need to find a way to replicate the behavior.

rlwakefield commented 2 weeks ago

So after reviewing all of this, I believe the better option would be to find a way to be more targeted with regards to what the error text is referring to. For example, finding a way to associate the two objects that are duplicates to each other. That way, if I go to update the original one to a new name, that it will remove the "duplicate" tag from it, but also from the more recent one that was added. So I just need to find a good/solid way to make the ties between the two (or more) duplicate items.