get docs with wrong file type in view, update page title when choosing list

This commit is contained in:
Uwe Steinmann 2020-02-13 17:42:53 +01:00
parent 1ad2976f0d
commit dc5d742c45

View File

@ -505,6 +505,7 @@ $(document).ready( function() {
ev.preventDefault();
$('#kkkk.ajax').data('action', $(this).data('action'));
$('#kkkk.ajax').trigger('update', {orderby: $(this).data('orderby')});
window.history.pushState({"html":"","pageTitle":""},"", '../out/out.ObjectCheck.php?list=' + $(this).data('action'));
});
$('body').on('click', 'div.repair a', function(ev){
ev.preventDefault();
@ -539,6 +540,7 @@ $(document).ready( function() {
$docsinrevision = $this->params['docsinrevision'];
$docsinreception = $this->params['docsinreception'];
$processwithoutusergroup = $this->params['processwithoutusergroup'];
$wrongfiletypeversions = $this->params['wrongfiletypeversions'];
$repair = $this->params['repair'];
$unlink = $this->params['unlink'];
$setfilesize = $this->params['setfilesize'];