-
Notifications
You must be signed in to change notification settings - Fork 14
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
feature: Add GreenHouse Connector in CRUD v2 #316
Conversation
d8789d7
to
6eeaa47
Compare
6eeaa47
to
a404d2e
Compare
value=", ".join( | ||
[department["name"] for department in data.get("departments", [])] | ||
), |
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.
@nedhirouebnou
J'ai besoin d'un exemple ici.
Pourquoi ne pas avoir plusieurs tags séparés ?
), | ||
dict( | ||
name="offices", | ||
value=[office["name"] for office in data.get("offices", [])], | ||
value=", ".join([office["name"] for office in data.get("offices", [])]), |
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.
@nedhirouebnou
J'ai besoin d'un exemple ici.
Pourquoi ne pas avoir plusieurs tags séparés ?
1507266
to
288542e
Compare
…rmatting for improved frontend usability
288542e
to
b5ce2b2
Compare
No description provided.