CMS admin guide - DOI-ONRR/onrr.gov-site GitHub Wiki
This is a guide for CMS Administrators to document troubleshooting and problem-solving processes.
Use the label "CMS" on Github issues that involve admin changes or developer work on the CMS.
Testing system updates
CMS
When we update the version of Directus, we need to make sure we test all of our custom extensions and the flows processes.
- View document PDFs
- View press release PDFs
- View reporter letter PDFs
- View unbundling files
Upload pricing files:
- IBMP
- Index zones
- Indian gas major portion
- NYMEX
Test ONRR Editor:
- Inline link editor
- Word
- Excel
- PowerPoint
- Text
- Hyperlinks
- Internal
- External
- Button
- Tables
- Lists, including nested lists
- Image upload
- Colors
- Bold & Italics
Flows:
- Pages
- Create a new document - the same document should be added upstream
- Plant specific UCAs
- Handbooks
- Reporter
- Production
- Solids
- Geothermal 1
- Geothermal 2-3
- Reporter letters
- Announcements
- Rulemakings
- Contacts
- Press releases
- Interest
- Oil & Gas
- Solids
Directus pagination issues
- Directus has a feature where it creates pagination in pages where there are many instances of content/card/tab/accordion blocks. This feature removes all the manual organizing we do within a page, so we need to increase the limit of block instances allowed within a page.
- In order to increase the number of instances that can be on a page, within the CMS go to:
- Settings gear (on the left-side panel)
- Data model
- The correct data model (ex: expansion panels)
- Within the correct data model, select the Builder field (ex: expansion panel blocks)
- Within the Builder field, select the Interface option
- Increase the "Per Page" option to 150
- Click the purple checkmark at the top right to save your changes
- This fix for pagination is also cataloged in GitHub issue #2052