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

handles condition for yearly frequency in recurrence #4604

Merged
merged 4 commits into from
Jul 18, 2023

Conversation

BhuvaneshPatil
Copy link
Contributor

fixes #4498

This changes handles the condition for yearly recurrence.

The older version of this code, was checking if(value) , so value = 0 will be falsy and will result in unexpected behavior.

@netlify
Copy link

netlify bot commented Mar 23, 2023

Deploy Preview for volto canceled.

Name Link
🔨 Latest commit d9eb118
🔍 Latest deploy log https://app.netlify.com/sites/volto/deploys/64b63f416829b60008eb1907

@cekk
Copy link
Member

cekk commented Mar 27, 2023

This seems fixing the error

Copy link
Member

@sneridagh sneridagh left a comment

Choose a reason for hiding this comment

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

LGTM @BhuvaneshPatil we need a changelog entry (towncrier)

@SaraBianchi
Copy link
Contributor

Hi @BhuvaneshPatil, @cekk and I may need this fix.
Could you add the changelog entry please, if you don't know how the reference is here https://6.docs.plone.org/contributing/index.html?highlight=towncrier#change-log-entry. Thanks

@cekk
Copy link
Member

cekk commented Jul 17, 2023

@BhuvaneshPatil @sneridagh we need this fix for our projects..can i add the changelog for @BhuvaneshPatil so we can close the issue?

@sneridagh
Copy link
Member

@cekk By all means

@cekk
Copy link
Member

cekk commented Jul 18, 2023

@sneridagh done!

@sneridagh sneridagh merged commit 9c5203b into plone:master Jul 18, 2023
sneridagh added a commit that referenced this pull request Jul 21, 2023
Co-authored-by: Víctor Fernández de Alba <sneridagh@gmail.com>
Co-authored-by: Andrea Cecchi <andrea.cecchi85@gmail.com>
sneridagh added a commit that referenced this pull request Jul 21, 2023
Co-authored-by: Bhuvanesh Patil <bhuvaneshpatil80642@gmail.com>
Co-authored-by: Andrea Cecchi <andrea.cecchi85@gmail.com>
sneridagh added a commit that referenced this pull request Jul 24, 2023
* master: (42 commits)
  make selectedView and className props available for Search block (#4997)
  Release @plone/volto-testing 4.0.0-alpha.0
  Release 17.0.0-alpha.21
  Upgrade to Cypress 12.17.1 (latest) (#4981)
  Image rendering (#3337)
  feat(Url.js): add getFieldURL helper function to get the url value of a field based on its structure (#4731)
  Handle @linkintegrity response with items but no breaches (#4832)
  Release 17.0.0-alpha.20
  Use all the apiExpanders in use, so we perform a single request for getting all the required data. (#4946)
  Fix the condition deciding on listing pagination format so it takes into account container blocks as well (#4978)
  Release 17.0.0-alpha.19
  Fix search block input clear button doesn't reset the search (#4837)
  Add /ok route as an express middleware (#4432)
  handles condition for yearly frequency in recurrence (#4604)
  Remove dangling out of place Guillotina Cypress tests (#4980)
  Update to latest plone.restapi and Plone 6.0.6 (#4979)
  Update browserlist (#4977)
  `Links and references` view via content menu [Add `Links to item` view] (#4787)
  Release 17.0.0-alpha.18
  Toc responsive (#4912)
  ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Wrong recurrence string made in Volto
4 participants