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

Nicht nur auf YForm-Pages beschränken #11

Open
alxndr-w opened this issue Jun 8, 2023 · 8 comments
Open

Nicht nur auf YForm-Pages beschränken #11

alxndr-w opened this issue Jun 8, 2023 · 8 comments

Comments

@alxndr-w
Copy link
Member

alxndr-w commented Jun 8, 2023

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.

@eaCe
Copy link
Member

eaCe commented Jun 9, 2023

Momentan wird es nur auf der einen Seite geladen. Man könnte zusätzlich einen EP hinzufügen, umeigene Pfade zu übergeben

@eaCe eaCe closed this as completed in 746bc5a Dec 2, 2023
@alxndr-w
Copy link
Member Author

alxndr-w commented Dec 2, 2023

Dann muss ich mir das mal für alle meine Addons vormerken.

@alxndr-w
Copy link
Member Author

Ich habe das ausprobiert, es scheint nicht zu funktionieren.

@alxndr-w alxndr-w reopened this Dec 17, 2023
@eaCe
Copy link
Member

eaCe commented Dec 18, 2023

Hm, ich werde das mal mit einem deiner Addons testen. Danke für den Hinweis

@eaCe
Copy link
Member

eaCe commented Dec 18, 2023

@alxndr-w bei einem Test mit deinem Neues Addon scheint es zu funktionieren:

grafik

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);
});

@alxndr-w
Copy link
Member Author

Seltsam, es klappt einfach nicht. An welcher Stelle hast du den Code hinzugefügt? Page, boot.php von neues oder wo anders?

@eaCe
Copy link
Member

eaCe commented Dec 22, 2023

boot vom Project Addon.
Pack es zusätzlich vielleicht mal in den Packages loaded EP

@alxndr-w
Copy link
Member Author

Ich habe es nochmal versucht, es klappt nicht. Auch nicht, wenn's im Project-Addon liegt oder / und umschlossen ist vom Packages Loaded EP

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

No branches or pull requests

2 participants