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

Teams - contact person #179

Merged
merged 6 commits into from
Sep 23, 2024
Merged

Conversation

alexPopaCode4
Copy link
Contributor

No description provided.

@alexPopaCode4 alexPopaCode4 requested a review from a team as a code owner September 9, 2024 10:56
@alexPopaCode4 alexPopaCode4 linked an issue Sep 9, 2024 that may be closed by this pull request
Comment on lines 205 to 231
Section::make(__('organisation.section.contact_person_in_teams'))
->columns()
->schema([
TextInput::make('contact_person_in_teams.first_name')
->label(__('organisation.field.contact_person_in_teams_first_name'))
->maxLength(50),

TextInput::make('contact_person_in_teams.last_name')
->label(__('organisation.field.contact_person_in_teams_last_name'))
->maxLength(50),

TextInput::make('contact_person_in_teams.role')
->label(__('organisation.field.role'))
->columnSpanFull()
->maxLength(50),

TextInput::make('contact_person_in_teams.email')
->label(__('organisation.field.email'))
->maxLength(50)
->email(),

TextInput::make('contact_person_in_teams.phone')
->label(__('organisation.field.phone'))
->maxLength(14)
->tel(),
]),

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

regulile de validare ar trebui să fie la fel cu cele din secțiunea contact_person existentă

lang/ro/organisation.php Outdated Show resolved Hide resolved
@gheorghelupu17 gheorghelupu17 merged commit 126bd8d into main Sep 23, 2024
2 checks passed
@gheorghelupu17 gheorghelupu17 deleted the 176-teams-contact-perosn-sub-section branch September 23, 2024 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants