COR-704: Rebuild AssetFieldType #488
Merged
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Purpose
This PR features:
AssetFieldTyperebuildThis rebuild features:
media_titlefunctionality for dynamic path/location. This will be discussed with Justin + team. This feature introduced tech debt with little benefit, and also has pre-existing issues with asset updating.JIRA
https://cb-content-enablement.atlassian.net/browse/COR-704
Steps to Take On Prod
ContentTypesChanges
Changes to setup
.envchanges:HOSTis nowFOG_HOST, to be more explicitHOST_ALIASis used duringContentTypeseeding to configure the CDN for Media AssetsS3_ACCESS_KEY_IDis self-explanatory, and is only for Beta'sAssetFieldType. It was created as a replacement forAWS_ACCESS_KEY_ID, whose naming is too broad for what it's intended for.S3_SECRET_ACCESS_KEYis self-explanatory, and is only for Beta'sAssetFieldTypefor the same reasons asS3_ACCESS_KEY_ID.AWS_ACCESS_KEY_ID,AWS_SECRET_ACCESS_KEYcontinue to be used for LegacyS3_BUCKET_NAMEare used both for Legacy and Beta. This can be changed in the future if need be, but right now they share the same credentials.Architectural changes
Migrations
Library changes
cortex-plugins-coreneeds to be bumped prior to mergingSide effects
Screenshots
Before
N/A
After
N/A
QA Links
http://web.cortex-1.development.c66.me/ (
admin@cortexcms.org/welcome1)How to Verify These Changes
Specific pages to visit
Steps to take
Responsive considerations
Relevant PRs/Dependencies
cortex-cms/cortex-plugins-core#57
Additional Information