objecthub-io / ObjectHub

ObjectHub is an open repository for software objects and a development platform.
2 stars 1 forks source link

Two objects with same name are can be moved under a folder without any warning #236

Open NilotpalSenChowdhury opened 7 years ago

NilotpalSenChowdhury commented 7 years ago

move

Details : - Two objects with same name can be moved under a folder . This results in ambiguity for the user . If a object with the same name is already present a warning should be given .

objecthub-io commented 7 years ago

Thank you for reporting the issue!

That's somewhat related to issue #234. For ObjectHub, the name of the object is not so important. What matters is the identity of the object. So even if a SampleLib object is referenced somewhere else, ObjectHub will still be able to differentiate between the two identically named objects. I don't think there is anything we could do here but trust that everyone will name their objects in a sensible way!?