enonic / xp-apps

Enonic XP bundled applications.
GNU General Public License v3.0
1 stars 3 forks source link

Improve error message when moving a content to a folder with same name #574

Closed aro closed 6 years ago

aro commented 6 years ago

In Content Studio:

The move operation fails, which is correct. But the feedback is not very good. The error message shows "Content could not be moved", but it is in green like a successful result. Also the message could be more specific, when moving to a parent containing hundreds of children it is not obvious why it fails.

This issue was reported in a support: ticket 2334

alansemenov commented 6 years ago

@vbradnitski this is very connected to https://github.com/enonic/xp-apps/issues/505. we need to pass type (success/warning/error) in the server-side notification and display client-side notification in correct color.

I'm not sure about the more specific message though, I don't think we can figure out why move operation failed. If we can - improve that too.

alansemenov commented 6 years ago

@pmi see the last comment - we have two issues with the same problem.

pmi commented 6 years ago

Issue moved to enonic/xp #6059 via ZenHub