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

Trunk 4011 #386

Closed
wants to merge 3 commits into from
Closed

Trunk 4011 #386

wants to merge 3 commits into from

Conversation

surangak
Copy link
Member

Added all required changes, including validation/support for instances where a module id may contain special characters (ex. webservices.rest)
Thank you @rafal for all the debugging and consultation support :-)

* @return List<dependentModules> the list of moduleId's which depend on the module about to be shutdown.
* @since 1.10
*/
public static List<String> validateDependencies(String moduleId) {
Copy link
Member

Choose a reason for hiding this comment

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

This should be getDependencies, validate is kind of misguiding given what the method does

@wluyima wluyima closed this Aug 23, 2013
});
}else{
moduleId = escapeSpecialCharacters(moduleId);
$j('#' + moduleId + '-form').append('<input type="hidden" name="stop.x" value="stop.x">');
Copy link
Member

Choose a reason for hiding this comment

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

This is causing a bug, a user can nolonger remove a module, you need to use the isUnloadFlag flag here and chose if to remove Vs stop the module as before

RandilaP pushed a commit to RandilaP/openmrs-core that referenced this pull request Jul 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants