From 9696187a9ac2f8ab90b1f0519f75f52d73434bb8 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Tue, 25 Feb 2020 09:52:27 +0100 Subject: [PATCH] set url after selecting record --- views/bootstrap/class.AttributeMgr.php | 1 + views/bootstrap/class.GroupMgr.php | 1 + views/bootstrap/class.UsrMgr.php | 1 + 3 files changed, 3 insertions(+) diff --git a/views/bootstrap/class.AttributeMgr.php b/views/bootstrap/class.AttributeMgr.php index 25b8f95ce..2a9f6d05a 100644 --- a/views/bootstrap/class.AttributeMgr.php +++ b/views/bootstrap/class.AttributeMgr.php @@ -48,6 +48,7 @@ $(document).ready( function() { }); $( "#selector" ).change(function() { $('div.ajax').trigger('update', {attrdefid: $(this).val()}); + window.history.pushState({"html":"","pageTitle":""},"", '../out/out.AttributeMgr.php?attrdefid=' + $(this).val()); }); });