Skip to content

Conversation

davidtaylorhq
Copy link
Member

(Requires #21304)

@davidtaylorhq davidtaylorhq added the js-modernization Tasks related to our JS modernization project, including the Ember 4.0+ upgrade label Jun 16, 2023
@davidtaylorhq davidtaylorhq force-pushed the poll-plugin-update branch 3 times, most recently from 99fd4f2 to 86b4c90 Compare June 19, 2023 16:45
@janzenisaac janzenisaac force-pushed the modal-named-outlet branch 3 times, most recently from 9e2d99d to e3c644b Compare June 29, 2023 18:30
Base automatically changed from modal-named-outlet to main July 3, 2023 09:51
@discoursebot
Copy link

This pull request has been mentioned on Discourse Meta. There might be relevant details there:

https://meta.discourse.org/t/converting-modals-from-legacy-controllers-to-new-dmodal-component-api/268057/1

pollTitle = "";
pollOptions = null;
pollOptionsText = null;
pollTitle = null;
Copy link
Contributor

@janzenisaac janzenisaac Jul 3, 2023

Choose a reason for hiding this comment

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

Seeing this is undefined by default, can we just do

Suggested change
pollTitle = null;
pollTitle;

Or just remove the explicit definition all together?

Comment on lines 30 to 31
pollGroups = null;
pollAutoClose = null;
Copy link
Contributor

Choose a reason for hiding this comment

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

Dito

@davidtaylorhq davidtaylorhq merged commit 773e198 into main Jul 4, 2023
@davidtaylorhq davidtaylorhq deleted the poll-plugin-update branch July 4, 2023 14:25
CvX added a commit that referenced this pull request Aug 3, 2023
CvX added a commit that referenced this pull request Aug 3, 2023
CvX added a commit that referenced this pull request Aug 3, 2023
CvX added a commit that referenced this pull request Aug 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
js-modernization Tasks related to our JS modernization project, including the Ember 4.0+ upgrade
Development

Successfully merging this pull request may close these issues.

4 participants