The Gitlab instance will be restarted on Monday April 28th at 2AM. There will be a short interruption of service.

Skip to content
Snippets Groups Projects
Commit d4324fbf authored by Chris Hallberg's avatar Chris Hallberg Committed by Robert Lange
Browse files

Fix list item edit delete not refreshing.

parent 04d0b5fa
Branches
No related merge requests found
......@@ -5,7 +5,7 @@
<?=$this->flashmessages();?>
<div id="popupDetails" class="confirmDialog">
<form class="pull-left" action="<?=$this->escapeHtmlAttr($this->confirm)?>" method="post">
<form class="pull-left" action="<?=$this->escapeHtmlAttr($this->confirm)?>" method="post" data-lightbox-onclose="VuFind.refreshPage">
<?php if (isset($this->extras)): ?>
<?php foreach ($this->extras as $extra => $value): ?>
<?php if (is_array($value)): ?>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment