Alexander Wels has uploaded a new change for review.

Change subject: webadmin: refresh bookmarks
......................................................................

webadmin: refresh bookmarks

- Fixed issue where the bookmarks where not being refreshed
  when editting or adding bookmarks.

Change-Id: I15ee191fb33c1c5b7132282ebb99a9160017aa53
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1060792
Signed-off-by: Alexander Wels <aw...@redhat.com>
---
M 
frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/bookmarks/BookmarkListModel.java
1 file changed, 2 insertions(+), 2 deletions(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/93/24293/1

diff --git 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/bookmarks/BookmarkListModel.java
 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/bookmarks/BookmarkListModel.java
index 66a6c35..49f20cd 100644
--- 
a/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/bookmarks/BookmarkListModel.java
+++ 
b/frontend/webadmin/modules/uicommonweb/src/main/java/org/ovirt/engine/ui/uicommonweb/models/bookmarks/BookmarkListModel.java
@@ -328,8 +328,8 @@
         if (returnValue != null && returnValue.getSucceeded())
         {
             cancel();
-            // Cancel() triggers a force refresh
-            // getSearchCommand().Execute();
+            //Refresh the bookmarks.
+            getSearchCommand().execute();
         }
 
         privateItemSavedEvent.raise(this, EventArgs.EMPTY);


-- 
To view, visit http://gerrit.ovirt.org/24293
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I15ee191fb33c1c5b7132282ebb99a9160017aa53
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Alexander Wels <aw...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to