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

Idee: Query oder Collection übergeben können, um ausgegebene Datensätze einschränken zu können #2

Open
alxndr-w opened this issue Aug 26, 2024 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@alxndr-w
Copy link
Collaborator

No description provided.

@KLXM KLXM deleted a comment Aug 26, 2024
@skerbis
Copy link
Member

skerbis commented Aug 26, 2024

Aktuell gibt es nur diese Einschränkung. z.B. um es auf eine Region oder Rubrik einzugrenzen. (Bei Userrechten)

public function setDistrictId(?int $districtId): void
{
$this->districtId = $districtId;

@skerbis skerbis added enhancement New feature or request good first issue Good for newcomers labels Aug 26, 2024
@skerbis
Copy link
Member

skerbis commented Aug 27, 2024

@alxndr-w neu:

https://github.com/KLXM/oneFileYFormCRUD/blob/41d7cb52162bc2b625e480e88106b1f3fc42d087/lib/YFormDataListRenderer.php#L81C21-L85

Query übergeben ist geplant.

@alxndr-w
Copy link
Collaborator Author

Super! Ich tendiere zur Collection, denn die lässt sich auch nachträglich ändern und dann erst an die lib übergeben. Oder beides, Collection oder Query.

Schade, dass man Methoden nicht quer vererben kann, sonst wär deine Klasse eine super Erweiterung zur Collection.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants