Die wichtigsten Neuerungen:
  • Fixed: Paletten wurden nicht eingesetzt im Backend
  • Fixed: Pflichtfeld-Textareas mit TinyMCE blockieren das Speichern
  • Update: Es ist nun möglich Verlustfrei CEs zu löschen und gleichnamige (alias) CE Importvorlagen als Update einzuspielen
  • Update: Die Rechteprüfungen sind jetzt objektbezogen und nicht mehr auf Factory-ebene
  • Update: Feldinformationen werden jetzt auch beim Wechsel von Seitenstruktur zu Dateiauswahl in Popups geladen um z.B. Dateien in Url Felder zu platzieren via Inserttag
Updatehinweis:
  • Das Modul kann wie gewohnt direkt ersetzt werden. Der interne Cache sollte geleert oder deaktivert sein.
  • Ein Datenbankupdate ist nicht nötig
Changelog ab 1.7.5:
Code:
### 1.7.6
Fixed: Palette selector must remain dynamic to inject the custom element widget

### 1.7.5
Fixed: Updated the query string in CustomElementFactory::findByAttributeId, fetchByAttributeId
Added: Support importing new CE templates without losing data
Update: Removed the tl_pct_customelement.ondelete_callback::removeFromVault
Update: Always store values in widget data
Update: Load field DCA information in popup with switch
Update: Update the wizard data on the fly when catching an old value that is supposed to be a binary value
Update: Use the DataContainerHelper class instead of the strict DC_Table class when working with data containers
Update: Moved the hasAccess() checks from the factory class to the object classes
Update: General minor updates