-
Notifications
You must be signed in to change notification settings - Fork 0
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
[#44119] Move External #13
Conversation
4baabde
to
359f8cc
Compare
} | ||
} | ||
} | ||
$form["elements"]["move_external"]["old_organizational_unit"]["#options"] = $org_unit_options; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Vi kommer til at blande double og single quotes lidt. Jeg tror nok Drupalstandarden siger single quotes med mindre man laver variable substitution. Det er dog ikke en bakke jeg vil dø på, blot en observation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ja, du har ret: https://www.drupal.org/docs/develop/standards/coding-standards#quotes
Ser på det.
Co-authored-by: Nina <[email protected]>
00838eb
to
370c20a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ser rigtig godt ud, fedt med hjælpefunktioner og ensretning af quotes.
Adds a
formAlter
function on the employee webform handler which populates the options for the consultant's "old organization unit".