-
Notifications
You must be signed in to change notification settings - Fork 7
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
Move ext-patches out of ExtJS library folder #5506
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
CDS references one of these files:
https://github.com/LabKey/cds/blob/develop/src/org/labkey/cds/view/template/ConnectorTemplate.jsp#L104
Yup, thanks. LabKey/cds#651 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests are passing now with the updated path
Rationale
This moves our patch files for ExtJS 3.x and 4.x out of their respective source directories and into a new
core/webapp/ext-patches
directory so they can be sourced from outside the file structure of these ExtJS libraries/packages. This in turn will make it so we don't need to manually publish new distribution artifacts when changes to these patch files are made.Related Pull Requests
Changes
ext-3.4.1/ext-patches.js
toextPatches/ext3-patches.js
ext-4.2.1/ext-patches.js
toextPatches/ext4-patches.js