Merge pull request #636 from expsa/fix-dashboard

fix dashboard
This commit is contained in:
eslam 2024-08-11 18:03:43 +03:00 committed by GitHub
commit d26c754561
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ odoo.define('simplify_access_management.hide_export', function (require) {
_render: function () {
const res = this._super.apply(this, arguments);
const self = this;
this._super.apply(this, arguments);
// this._super.apply(this, arguments);
var hash = window.location.hash.substring(1);
hash = JSON.parse('{"' + hash.replace(/&/g, '","').replace(/=/g,'":"') + '"}', function(key, value) { return key===""?value:decodeURIComponent(value) })