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

Talk with multiple speakers #79

Merged
merged 7 commits into from
Oct 2, 2024

Conversation

loic425
Copy link
Member

@loic425 loic425 commented Oct 2, 2024

Capture d’écran du 2024-10-02 08-11-18

@loic425 loic425 force-pushed the talk-with-multiple-speakers branch from 683bb0b to 9d88bb6 Compare October 2, 2024 06:13
@loic425 loic425 force-pushed the talk-with-multiple-speakers branch from 9d88bb6 to fc9c0bf Compare October 2, 2024 06:25
@@ -49,19 +52,18 @@ class Talk implements ResourceInterface
private ?int $id = null;

#[ORM\Column(length: 255)]
#[NotBlank]
Copy link
Member

Choose a reason for hiding this comment

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

---     public function setTitle(string $title): void
+++     public function setTitle(?string $title): void

Copy link
Member Author

Choose a reason for hiding this comment

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

done, you are right.

->add('conference', EntityType::class, [
'class' => Conference::class,
'choice_label' => 'name',
'placeholder' => 'Select a conference',
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
'placeholder' => 'Select a conference',
'placeholder' => 'app.form.talk.conference.placeholder',

'allow_add' => true,
'allow_delete' => true,
'by_reference' => false,
'label' => 'app.ui.speakers',
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
'label' => 'app.ui.speakers',
'label' => 'app.form.talk.speakers',

app/Grid/TalkGrid.php Outdated Show resolved Hide resolved
@loic425 loic425 force-pushed the talk-with-multiple-speakers branch from dc88740 to 335a3f4 Compare October 2, 2024 12:33
@loic425 loic425 merged commit 945e731 into Sylius:main Oct 2, 2024
6 checks passed
@loic425 loic425 deleted the talk-with-multiple-speakers branch October 2, 2024 12:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants