CoreCommunity ExtensionsIncubatorDistributionsTYPO3 4.5 ProjectsTYPO3 4.6 ProjectsTYPO3 4.7 ProjectsTYPO3 6.0 ProjectsTYPO3 6.1 ProjectsTYPO3 6.2 Projects (+)

Bug #9609

Make owner selectable in the frontend doesn't work.

Added by Christian Buelter over 2 years ago. Updated 11 months ago.

Status:Resolved Start date:2010-09-06
Priority:Must have Due date:
Assignee:Christian Buelter % Done:

0%

Category:Plugin pi1
Target version:-
Votes: 1 (View)

Description

Bug description (only german):

Ich würde gerne die Besitzer einer Aufgabe bzw. Tickets aus einer
Gruppe auswählen, dazu habe ich in der Flexform die Gruppe ausgewählt
und wie im Manual beschrieben die letzten 6 Zeilen im Abschnitt FieldForms.5
aktiviert. Leider wird wie zuvor bei der Aufgabenerstellung der angemeldete
Benutzer im Feld Besitzer angezeigt, ohne die Möglichkeit einen anderen
Besitzer auszuwählen zu haben. Beim Abspeichern der Aufgabe erfolgt dann
folgende Fehlermeldung ""Fehler: Bitte füllen Sie das Feld "Besitzer" aus"".

History

Updated by Corinna Pietsch 11 months ago

I wonder whether (meanwhile) there is a solution to make the owner of a ticket selectable. I tried it by activating the respective lines within the setup.txt. However, it did not work. If there is no way to use the setup.txt to make it selectable, is there an alternative way by changing e.g. the class.tx_troubletickets_pi1.php?

Thanks,
pieausprie.

Updated by Christian Buelter 11 months ago

This issue is still open. Once I find the time I'll check and (hopefully) fix it.

Updated by Christian Buelter 11 months ago

  • Status changed from Accepted to Resolved

This feature needs a little change in the HTML template to work:

Replace

###FIELD_OWNER_FEUSER###

by

###VALUE_OWNER_FEUSER###

(line 46 in the current version of the shipped default template).

And of course add this typoscript to your typoscript template (this is already documented in pi1/static/setup.txt:

plugin.tx_ketroubletickets_pi1 {
formFieldList {
5 {
name = owner_feuser
type = feuserSelect
orderBy = username
lastNameFirst = 1
prefillWithCurrentUserIfEmpty = 1
writeAccessOnlyForUserGroup =
flexformFieldForUsergroupToChoseFrom = owner_group_to_choose_from
size = 1
multiple = 0
required = 1
addCurrentUserToList = 1
doNotSaveInDB = 0
}
}
}

I'll add this to the documentation.

Updated by Corinna Pietsch 11 months ago

Just the other way around and it works perfectly!

*Replace
###VALUE_OWNER_FEUSER###

by

###FIELD_OWNER_FEUSER###*

This is REALLY a great extension!
Thanks.

Also available in: Atom PDF