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

RUN-843: Fix: Project Scheduling not working properly #7669

Merged
merged 3 commits into from Apr 27, 2022

Conversation

L2JE
Copy link
Contributor

@L2JE L2JE commented Apr 22, 2022

Fix: https://github.com/rundeckpro/rundeckpro/issues/2129

It was an implementation issue, this cli endpoint wasn't calling the frameworkService.handleProjectSchedulingEnabledChange method.

Added private method checkScheduleChanges(project, propertiesBeforeChange, propertiesAfterChange) in the ProjectController, so it can be called from a method that makes changes on project properties.

@mergify mergify bot added the 4.x label Apr 22, 2022
@L2JE L2JE marked this pull request as ready for review April 25, 2022 13:28
@L2JE L2JE added this to the 4.2.0 milestone Apr 25, 2022
@L2JE L2JE force-pushed the fix/2129-schedule-change-from-cli branch from eb082d9 to 86d77e3 Compare April 26, 2022 14:07
Copy link
Contributor

@alexander-variacode alexander-variacode left a comment

Choose a reason for hiding this comment

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

I left you some comments

Copy link
Contributor

@alexander-variacode alexander-variacode left a comment

Choose a reason for hiding this comment

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

LGTM

@L2JE L2JE merged commit 2624496 into main Apr 27, 2022
@L2JE L2JE deleted the fix/2129-schedule-change-from-cli branch April 27, 2022 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants