mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-19 08:38:45 +02:00
N°3123 - Fix popup menus for lists
This commit is contained in:
@@ -107,7 +107,7 @@ abstract class UIBlock implements iUIBlock
|
||||
* @inheritDoc
|
||||
*/
|
||||
public function GetJsFilesRelPaths() {
|
||||
return static::JS_FILES_REL_PATH;
|
||||
return array_merge(static::JS_FILES_REL_PATH, $this->aJsFilesRelPath);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user