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

Inputscreen -> Alle hinzufügen (add all) -> bestimmte Attribute ignorieren #621

Open
MacKP opened this issue Oct 24, 2014 · 3 comments
Open
Assignees
Labels
enhancement This issue is about an enhancement (aka new feature)
Milestone

Comments

@MacKP
Copy link
Contributor

MacKP commented Oct 24, 2014

Beispiel Rating Attribut, da das kein Eingabe-Widget zur Verfügung stellt und man dadurch keine Eingabe mehr machen kann.

@MacKP MacKP added the enhancement This issue is about an enhancement (aka new feature) label Oct 24, 2014
@MacKP MacKP added this to the 2.1.0 milestone Oct 24, 2014
@discordier discordier self-assigned this Oct 24, 2014
@zonky2
Copy link
Contributor

zonky2 commented Sep 29, 2017

@discordier die Prüfung wäre sicher hier mit einzubauen

protected function accepts($attribute)
{
if (!$attribute->get('id')) {
return false;
}
return true;
}
- die Eigenschaft ignoreAddAll = true sollte dan im DCA als eval gesetzt werden

@zonky2 zonky2 added the question We have a question, please elaborate on the ticket. label Sep 29, 2017
@cliffparnitzky cliffparnitzky changed the title Inputscreen -> Alle hinzufügen (ad all) -> bestimmte Attribute ignorieren Inputscreen -> Alle hinzufügen (add all) -> bestimmte Attribute ignorieren Sep 29, 2017
@zonky2 zonky2 modified the milestones: 2.1.0, 2.2.0 Mar 14, 2018
@zonky2
Copy link
Contributor

zonky2 commented Jun 26, 2020

Rating hat ja zumindest noch eine Werteausgabe - aber Attribute wie geodistance haben gar nix - die sollten auch bei der "Einzel-Hinzufügung" nicht zur Verfügung stehen.

@zonky2 zonky2 removed the question We have a question, please elaborate on the ticket. label May 25, 2021
@zonky2
Copy link
Contributor

zonky2 commented May 25, 2021

MM call 25.05.2021: InputScreenAddAllHandler werden nur die Werte für das Attribut ausgegeben werden ->get(...) - z.B. auf eval kann nicht zugegriffen werden - aktuell gibt es keine vernünftige Möglichkeit, das zu konfigurieren

@zonky2 zonky2 modified the milestones: 2.2.0, Future May 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement This issue is about an enhancement (aka new feature)
Projects
None yet
Development

No branches or pull requests

3 participants