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

modified: api/src/main/resources/moduleApplicationContext.xml #522

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

DukeLishebo
Copy link

modified:   omod/gulpfile.js
modified:   pom.xml

Description

Related Issue

see https://issues.openmrs.org/browse/RAD-

Checklist:

  • My pull request only contains one single commit.
  • My pull request is based on the latest master branch
    git pull --rebase upstream master.
  • I ran mvn clean package right before creating this pull request and
    added all formatting changes to my commit.
  • My code follows the code style of this project.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

	modified:   omod/gulpfile.js
	modified:   pom.xml
@DukeLishebo
Copy link
Author

Some of the errors that appear when the module is run on a new core model have been resolved, but still a long way to go.

var gulp = require('gulp');
var mainBowerFiles = require('main-bower-files');
var uglify = require('gulp-uglify');
var cleanCSS = require('gulp-clean-css')
Copy link
Member

Choose a reason for hiding this comment

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

How are the changes in this file related to making the module run on the latest core platform?

@DukeLishebo
Copy link
Author

DukeLishebo commented Mar 7, 2024 via email

@DukeLishebo
Copy link
Author

DukeLishebo commented Mar 7, 2024 via email

@dkayiwa
Copy link
Member

dkayiwa commented Mar 7, 2024

Spring and Node do not look related. I would separate the two.

@dkayiwa
Copy link
Member

dkayiwa commented Mar 7, 2024

To be honest, I am not really sure about where I am supposed to start the updating from.

It would be easier for you to do a separate pull request for each category of errors. For instance the changes you made in moduleApplicationContext.xml are correct and deal with a certain category of errors, hence a good candidate for their own pull request.

@DukeLishebo
Copy link
Author

DukeLishebo commented Mar 7, 2024 via email

@dkayiwa
Copy link
Member

dkayiwa commented Mar 7, 2024

Addressing those errors one by one will be the easiest way for you to make progress.

@DukeLishebo
Copy link
Author

DukeLishebo commented Mar 7, 2024 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants