-
Notifications
You must be signed in to change notification settings - Fork 1
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
Update submodule to include APCD #486
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.
Your goal to get the latest APCD stuff succeeded.
But, I found some APCD files that create unnecessary maintenance.
- Replace calls to custom templates in custom settings with:
('standard.html', 'Standard'), ('fullwidth.html', 'Full Width'),
- (unless you are migrating APCD from CEPv1) Delete apcd-cms/static/apcd-cms/css/src/_migrations/v1_v2/a2cps.css.
- (unless you are migrating APCD from CEPv1) Delete apcd-cms/static/apcd-cms/css/src/migrate.v1_v2.css.
- (unless you are migrating APCD from CEPv1) Delete apcd-cms/templates/assets_custom.html.
- Delete apcd-cms/templates/fullwidth.html.
- Delete apcd-cms/templates/standard.html.
Re-reviewing because of new commit made while I was adding review that I had already sent you privately. 😅 |
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.
I added another submod commit (18b0a38, which brings in TACC/Core-CMS-Resources@5aaf79b fix).
* Update submodule to get apcd directory * Update taccsite_custom submodule to remove unnecessary templates * quick(apcd): ubdate submod Co-authored-by: Wesley Bomar <wbomar@tacc.utexas.edu>
Overview
Update taccsite_custom submodule to include apcd-cms
Related
Changes
Update taccsite_custom submodule
Testing
Screenshots
…