Skip to content

Commit

Permalink
BZ-1247154 - Fly-over notifications not shown when renaming Data Obje…
Browse files Browse the repository at this point in the history
…cts in standalone editor

(cherry picked from commit 4f78627)
  • Loading branch information
wmedvede committed Oct 2, 2015
1 parent 883419e commit 1282eea
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -720,6 +720,9 @@ public void execute() {
versionRecordManager.reloadVersions( currentPath );

} else {
notification.fire( new NotificationEvent(
org.uberfire.ext.editor.commons.client.resources.i18n.CommonConstants.INSTANCE.ItemRenamedSuccessfully(),
NotificationEvent.NotificationType.SUCCESS ) );
//If the file was renamed as part of the file saving, don't do anything.
//A rename event will arrive, the same as for the "Rename" case.
//and the file will be automatically reloaded.
Expand Down

0 comments on commit 1282eea

Please sign in to comment.