You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bug #51821 Add test for 0 and '0' in PeriodicalTrigger and fix '0' case error (ardentsword)
This PR was merged into the 6.4 branch.
Discussion
----------
Add test for 0 and '0' in PeriodicalTrigger and fix '0' case error
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | yes
| New feature? | no
| Deprecations? | no
| Tickets |
| License | MIT
While taking a peek at the code I found the possibility for this case slipping by the error checking.
To prevent code duplication I took the liberty to also merge the two checks since they are so similar.
Please let me know if there is any feedback on my pull request or if there are any questions.
Commits
-------
14f827b Add test for 0 and '0' in PeriodicalTrigger Fix '0' case error and remove duplicate code
0 commit comments