-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: Remove proposal pop-up and show options below cfs #4635
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
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/k0hwb6nkj |
@iamareebjamal How to show error message when the user tries to add new session before adding his/her speaker details? |
You shouldn't show the button to add session details if speaker details haven't been added |
Yes but Mario was saying in the issue that
|
Codecov Report
@@ Coverage Diff @@
## development #4635 +/- ##
===============================================
- Coverage 23.04% 23.03% -0.01%
===============================================
Files 475 474 -1
Lines 4959 4961 +2
Branches 8 8
===============================================
Hits 1143 1143
- Misses 3815 3817 +2
Partials 1 1
Continue to review full report at Codecov.
|
Then use |
@action | ||
addSession() { | ||
if (this.data.userSpeaker && this.data.userSpeaker.toArray().length) { | ||
// speaker detail exists |
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.
@iamareebjamal Should I add this.transitionToRoute
here for directing towards public.cfs.new-session
route?
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.
Yes
@iamareebjamal Is there a need to change message text of LoginSignupModal? Currently it is "Please Login or Signup before you can submit a proposal.". I was thinking that it can now be "Please Login or Signup before adding your speaker details." because this modal is now opening when unauthenticated user clicks on "Add Speaker Details" button. |
@mariobehling Please check what should be done |
No need to change the message as proposal could refer to the broader submission action. |
@iamareebjamal The PR is now final. Is there anything else? |
Fixes #4587
Short description of what this resolves:
There's a proposal pop-up in cfs which we don't want anymore
Changes proposed in this pull request:
Show options below cfs
When cfs is closed:
When cfs is open:
Checklist
development
branch.