Uploaded image for project: 'CMS'
  1. CMS
  2. CMS-3326

JS error if Tables.i18n.js file is import without Image.i18n.js file

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: Major Major
    • 3.2.3, 3.3
    • None
    • None
    • None

      Error when calling superclass constructor

      org.ametys.cms.editor.tables.AjustSizeMenu = function(id, configuration, pluginName)
      {
      	org.ametys.cms.editor.Editor.handleTag("table").handleAttribute("style"); 
      	org.ametys.cms.editor.Editor.handleTag("td").handleAttribute("style"); 
      	org.ametys.cms.editor.Editor.handleTag("th").handleAttribute("style"); 
      	
      	org.ametys.cms.editor.images.Menu.superclass.constructor.call(this, id, configuration, pluginName);
      }
      

            Unassigned Unassigned
            laurence Laurence Aumeunier
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: