Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Attribut-Validierung sporadisch? #1966

Closed
akroii opened this issue Aug 17, 2018 · 3 comments
Closed

Attribut-Validierung sporadisch? #1966

akroii opened this issue Aug 17, 2018 · 3 comments
Labels
Milestone

Comments

@akroii
Copy link

akroii commented Aug 17, 2018

Ich habe ein Contao 4 mit Isotope 2.5.1 welches auf php7.2 läuft.
Ich habe eine Vielzahl Attribute, bei denen sich der Endanwender durchklicken muss. Leider ist irgendwie die Validierung immer um ein Attribut verzögert bzw. übersprungen.
Also der Hinweis "Bitte füllen Sie das Feld xxx aus!" erscheint sporadisch.

Siehe hier:
isotope

@aschempp
Copy link
Member

Interessant 😂
Verwendest du das Originaltemplate?

@akroii
Copy link
Author

akroii commented Aug 17, 2018

Das template iso_reader_default.html5 ist etwas abgewandelt. Aber der Teil mit den Attributen also:

<?php if($this->hasOptions): ?>
<div class="options">
<?php foreach( $this->options as $arrOption ): echo $arrOption['html']; endforeach; ?>
</div>
<?php endif; ?>

ist unverändert.

@akroii akroii changed the title Attribut-Validierung verzögert? Attribut-Validierung sporadisch? Aug 21, 2018
@aschempp aschempp added the bug label Aug 29, 2018
@aschempp
Copy link
Member

Also see #1846

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants