madeyourday / contao-rocksolid-custom-elements

RockSolid Custom Elements Contao Extension
http://rocksolidthemes.com/de/contao/plugins/custom-content-elements
MIT License
48 stars 12 forks source link

Manche Einträge lassen sich nicht mehr löschen #40

Closed christianromeni closed 9 years ago

christianromeni commented 9 years ago

Hallo,

ich habe festgestellt, das manche Custom Content Elements sich nicht mehr löschen lassen. Diese haben dann ein grause statt ein rotes X:

screen shot 2015-04-23 at 12 21 32

Ich habe aktuell keine Lösung dazu gefunden... Gibt es ein bekanntes Problem dazu?

ausi commented 9 years ago

Handelt es sich um einen Administrator-Account?

Mit welchen Schritten kann der Fehler reproduziert werden?

Welche Erweiterungs-Version? Welche Contao-Version? Wie sieht die Konfiguration des Elements aus?

christianromeni commented 9 years ago

Ja Ich weiß es leider nicht, habe nur vorhin festgestellt das es so ist. Ich könnte mir aber vorstellen, das es daran liegt, das ich die Config im nachhinein noch ein paar mal bearbeitet habe? v1.2.9 v3.4.5

return array(
    'label' => array('Kontakt Box | Sidebar', ''),
    'types' => array('content'),
    'contentCategory' => 'Custom Content Elements',
    'standardFields' => array('cssID'),
    'wrapper' => array(
        'type' => 'none',
    ),
    'fields' => array(
      'headline_text' => array(
        'label' => array(
          'Überschrift [DE]', ''
        ),
        'eval' => array('maxlength' => 255,'tl_class'=>'w50','allowHtml'=>true),
        'inputType' => 'text',
      ),
      'headline_text_en' => array(
        'label' => array(
          'Überschrift [EN]', ''
        ),
        'eval' => array('maxlength' => 255,'tl_class'=>'w50','allowHtml'=>true),
        'inputType' => 'text',
      ),
      'headline' => array(
        'label' => array(
          'Ansprechpartner', 'Bitte Ansprechpartner eintragen'
        ),
        'eval' => array('maxlength' => 255,'tl_class'=>'w50'),
        'inputType' => 'standardField',
      ),
      'email' => array(
        'label' => array(
          'E-Mail Adresse', ''
        ),
        'eval' => array('maxlength' => 255,'tl_class'=>'w50'),
        'inputType' => 'text',
      ),
      'phone' => array(
        'label' => array(
          'Telefon Nummer', ''
        ),
        'eval' => array('maxlength' => 255,'tl_class'=>'w50'),
        'inputType' => 'text',
      ),
    'images' => array(
        'label' => array('Kontaktbild auswählen', ''),
        'eval' => array('fieldType'=>'radio', 'filesOnly'=>true, 'tl_class'=>'w50 clr'),
        'inputType' => 'fileTree',
    ),
    ),
);
ausi commented 9 years ago

Haben Sie eventuell ein Inhaltselement vom Typ „Include-Elemente › Inhaltselement“ angelegt, das auf dieses Inhaltselement verweist?

christianromeni commented 9 years ago

öhm... Jap......... :-) Ich wusste nicht das überprüft wird ob die irgendwo in verwendung sind..... Alles klar... :)

ausi commented 9 years ago

Weitere Fragen dieser Art bitte über das Contao-Community-Forum stellen oder ein Ticket über https://my.rocksolidthemes.com/support anlegen.