fix(i18n): add missing translation for new primary company
This commit is contained in:
parent
2cc529be39
commit
c212f2e8d7
@ -97,6 +97,7 @@ UserRemoveSupervisor: Alle Ansprechpartner entfernen
|
|||||||
UserRemoveSubordinates: Alle Ansprechpartnerbeziehungen zu Untergebenen beenden
|
UserRemoveSubordinates: Alle Ansprechpartnerbeziehungen zu Untergebenen beenden
|
||||||
UserIsSupervisor: Ist Ansprechpartner
|
UserIsSupervisor: Ist Ansprechpartner
|
||||||
UserAvsSwitchCompany: Als Primärfirma verwenden
|
UserAvsSwitchCompany: Als Primärfirma verwenden
|
||||||
|
UserAvsSwitchCompanyField: Primärfirma auswählen
|
||||||
UserAvsCompanySwitched c@CompanyShorthand: Primärfirma gewechselt zu #{tshow c}
|
UserAvsCompanySwitched c@CompanyShorthand: Primärfirma gewechselt zu #{tshow c}
|
||||||
AllUsersLdapSync: Alle LDAP-Synchronisieren
|
AllUsersLdapSync: Alle LDAP-Synchronisieren
|
||||||
AllUsersAvsSync: Alle AVS-Synchronisieren
|
AllUsersAvsSync: Alle AVS-Synchronisieren
|
||||||
|
|||||||
@ -97,6 +97,7 @@ UserRemoveSupervisor: Set to unsupervised
|
|||||||
UserRemoveSubordinates: Remove all subordinates
|
UserRemoveSubordinates: Remove all subordinates
|
||||||
UserIsSupervisor: Is supervisor
|
UserIsSupervisor: Is supervisor
|
||||||
UserAvsSwitchCompany: Use as primary company
|
UserAvsSwitchCompany: Use as primary company
|
||||||
|
UserAvsSwitchCompanyField: Select primary company
|
||||||
UserAvsCompanySwitched c: Primary company switched to #{tshow c}
|
UserAvsCompanySwitched c: Primary company switched to #{tshow c}
|
||||||
AllUsersLdapSync: Synchronise all with LDAP
|
AllUsersLdapSync: Synchronise all with LDAP
|
||||||
AllUsersAvsSync: Synchronise all with AVS
|
AllUsersAvsSync: Synchronise all with AVS
|
||||||
|
|||||||
@ -719,7 +719,7 @@ postAdminAvsUserR uuid = do
|
|||||||
let switchCompForm :: AForm (HandlerFor UniWorX) (CryptoUUIDUser,CompanyId)
|
let switchCompForm :: AForm (HandlerFor UniWorX) (CryptoUUIDUser,CompanyId)
|
||||||
switchCompForm = (,)
|
switchCompForm = (,)
|
||||||
<$> apopt hiddenField "" (Just uuid)
|
<$> apopt hiddenField "" (Just uuid)
|
||||||
<*> areq (selectFieldList [(ciOriginal cn, cid) | (cn, cid) <- availComps]) "new primary company" mbPrime
|
<*> areq (selectFieldList [(ciOriginal cn, cid) | (cn, cid) <- availComps]) (fslI MsgUserAvsSwitchCompanyField) mbPrime
|
||||||
<* aopt (buttonField UserAvsSwitchCompany) "" Nothing
|
<* aopt (buttonField UserAvsSwitchCompany) "" Nothing
|
||||||
switchCompValidate :: FormValidator (CryptoUUIDUser,CompanyId) Handler ()
|
switchCompValidate :: FormValidator (CryptoUUIDUser,CompanyId) Handler ()
|
||||||
switchCompValidate = do
|
switchCompValidate = do
|
||||||
|
|||||||
Reference in New Issue
Block a user