Commit c22574738ed6683bede12c44bb173ee3aa602372

Authored by Luciano Borges
1 parent b0d8ad71
Exists in master

Ajuste no redirecionamento ao excluir item pela tela de edição.

archetype/html-rest/src/main/resources/archetype-resources/src/main/webapp/js/controller/bookmark-edit.js
@@ -89,5 +89,5 @@ function saveFailed(request) { @@ -89,5 +89,5 @@ function saveFailed(request) {
89 } 89 }
90 90
91 function removeOk(data) { 91 function removeOk(data) {
92 - history.back(); 92 + location.href = 'bookmark-list.html';
93 } 93 }