N°3123 - Fix popup menus for lists

This commit is contained in:
Eric
2020-11-30 16:47:27 +01:00
parent 631a73e07d
commit d2d5a90637
4 changed files with 18 additions and 29 deletions

View File

@@ -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);
}
/**