File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed
Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( http://keepachangelog.com/ )
66and this project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
77
8+ ## [ UNRELEASED]
9+
10+ ### Fixed
11+
12+ - Fix missing check for ` Entity ` tag visibility
13+
814## [ 2.12.5] - 2025-09-29
915
1016### Fixed
Original file line number Diff line number Diff line change 3434Html::header_nocache ();
3535Session::checkLoginUser ();
3636
37+ if (!PluginTagTag::canView ()) {
38+ return "" ;
39+ }
40+
3741if (!isset ($ _REQUEST ['name ' ])) {
3842 exit ;
3943}
Original file line number Diff line number Diff line change @@ -48,7 +48,7 @@ var setEntityTag = function() {
4848 return ; // consider this return as a continue in a jquery each
4949 }
5050 entity_element . addClass ( 'tags_already_set' ) ;
51-
51+
5252 $ . ajax ( {
5353 url : CFG_GLPI . root_doc + '/' + GLPI_PLUGINS_PATH . tag + '/ajax/get_entity_tags.php' ,
5454 data : {
You can’t perform that action at this time.
0 commit comments