...
Update the underlying query
- Edit Dashboard in the Active Student Snapshot queryChange the Registered Term section of the markup to reference the new term id and term nameIn the Git repository, go to the file slate_advising > dashboard > advisor_snapshot.html.
- Find the "if latest-registered-term-id = (current latest term)" statement.
- Update the statement to reflect the newly created term id.
- Update the text for the else case to reflect the newly created term.
- Save and commit the changes.
- Copy the full text of the file.
- In Slate, Click Queries > Active Student Snapshot
- Click the "Edit Dashboard" button.
- Click the Source button.
- Overwrite the code with the contents of the advisor_snapshot.html file.
- Click the "OK" button.
- Click the "Save" button.
- Click the Source button.
Dashboard Landing Page
Update the widgets
...