-
Notifications
You must be signed in to change notification settings - Fork 0
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
Nicht nur auf YForm-Pages beschränken #11
Comments
Momentan wird es nur auf der einen Seite geladen. Man könnte zusätzlich einen EP hinzufügen, umeigene Pfade zu übergeben |
Dann muss ich mir das mal für alle meine Addons vormerken. |
Ich habe das ausprobiert, es scheint nicht zu funktionieren. |
Hm, ich werde das mal mit einem deiner Addons testen. Danke für den Hinweis |
@alxndr-w bei einem Test mit deinem Neues Addon scheint es zu funktionieren: Hier mal der Code dazu: rex_extension::register('YQE_IS_ALLOWED', function (rex_extension_point $ep) {
$condition = 'index.php?page=neues/entry' === rex_url::currentBackendPage() ||
'index.php?page=yform/manager/data_edit' === rex_url::currentBackendPage();
$ep->setSubject($condition);
}); |
Seltsam, es klappt einfach nicht. An welcher Stelle hast du den Code hinzugefügt? Page, boot.php von neues oder wo anders? |
boot vom Project Addon. |
Ich habe es nochmal versucht, es klappt nicht. Auch nicht, wenn's im Project-Addon liegt oder / und umschlossen ist vom Packages Loaded EP |
Feature description / Feature Beschreibung
Gibt es eine Möglichkeit, yform_quick_edit auch auf Seiten zu aktivieren, die nicht in YForm verankert sind? Bspw meine ganzen YForm basierten Addons.
The text was updated successfully, but these errors were encountered: