mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
check if attributes in url are set
This commit is contained in:
parent
d48ece4a43
commit
8b7eae47d3
|
@ -1145,6 +1145,7 @@ $(document).ready(function() {
|
|||
* This currently just workѕ for attributes
|
||||
*/
|
||||
$allparams = $request->query->all();
|
||||
if(isset($allparams['attributes'])) {
|
||||
foreach($allparams['attributes'] as $an=>$av) {
|
||||
if(is_string($av) && $av == '__notset__') {
|
||||
$tmp = explode('_', $an);
|
||||
|
@ -1157,6 +1158,7 @@ $(document).ready(function() {
|
|||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
if($menuitems) {
|
||||
self::showNavigationListWithBadges($menuitems);
|
||||
|
|
Loading…
Reference in New Issue
Block a user