-
Notifications
You must be signed in to change notification settings - Fork 19
ECHO-298 Dashboard announcements #202
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
Changes from all commits
59151ef
f915465
71ce23d
4830eca
2c15cf9
46f744d
ca0d911
8fc7a1b
d365824
71e5481
c618c0e
049ffc6
0587d6c
e8d4b6a
18202e4
485b176
a783b92
b546515
ced2679
ec1bcd2
ba0d0b6
f97ea42
795bafd
b03f097
0e912ec
9437d1b
64783e4
879f963
70a5556
5ffc9ce
d794bde
2d7a71e
dc07f27
d015074
b9c66b5
20fed25
c782574
e2ff0ae
b7f10a2
8919ebb
3ec9ccb
d4ba708
840b90d
25a7e6a
9b0809e
d256585
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,28 @@ | ||||||||||||||||||||||||
| { | ||||||||||||||||||||||||
| "collection": "announcement", | ||||||||||||||||||||||||
| "meta": { | ||||||||||||||||||||||||
| "accountability": "all", | ||||||||||||||||||||||||
| "archive_app_filter": true, | ||||||||||||||||||||||||
| "archive_field": null, | ||||||||||||||||||||||||
| "archive_value": "archived", | ||||||||||||||||||||||||
| "collapse": "open", | ||||||||||||||||||||||||
|
Comment on lines
+4
to
+8
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Archiving is mis-wired – field missing.
- "archive_field": null,
+ "archive_field": "status",If there’s no 📝 Committable suggestion
Suggested change
🤖 Prompt for AI Agents |
||||||||||||||||||||||||
| "collection": "announcement", | ||||||||||||||||||||||||
| "color": null, | ||||||||||||||||||||||||
| "display_template": null, | ||||||||||||||||||||||||
| "group": null, | ||||||||||||||||||||||||
| "hidden": false, | ||||||||||||||||||||||||
| "icon": null, | ||||||||||||||||||||||||
| "item_duplication_fields": null, | ||||||||||||||||||||||||
| "note": null, | ||||||||||||||||||||||||
| "preview_url": null, | ||||||||||||||||||||||||
| "singleton": false, | ||||||||||||||||||||||||
| "sort": null, | ||||||||||||||||||||||||
| "sort_field": "sort", | ||||||||||||||||||||||||
| "translations": null, | ||||||||||||||||||||||||
| "unarchive_value": "draft", | ||||||||||||||||||||||||
| "versioning": false | ||||||||||||||||||||||||
| }, | ||||||||||||||||||||||||
| "schema": { | ||||||||||||||||||||||||
| "name": "announcement" | ||||||||||||||||||||||||
| } | ||||||||||||||||||||||||
| } | ||||||||||||||||||||||||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| { | ||
| "collection": "announcement_activity", | ||
| "meta": { | ||
| "accountability": "all", | ||
| "archive_app_filter": true, | ||
| "archive_field": null, | ||
| "archive_value": "archived", | ||
| "collapse": "open", | ||
| "collection": "announcement_activity", | ||
| "color": null, | ||
| "display_template": null, | ||
| "group": null, | ||
| "hidden": false, | ||
| "icon": null, | ||
| "item_duplication_fields": null, | ||
| "note": null, | ||
| "preview_url": null, | ||
| "singleton": false, | ||
| "sort": null, | ||
| "sort_field": "sort", | ||
| "translations": null, | ||
| "unarchive_value": "draft", | ||
| "versioning": false | ||
| }, | ||
| "schema": { | ||
| "name": "announcement_activity" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| { | ||
| "collection": "announcement_translations", | ||
| "meta": { | ||
| "accountability": "all", | ||
| "archive_app_filter": true, | ||
| "archive_field": null, | ||
| "archive_value": null, | ||
| "collapse": "open", | ||
| "collection": "announcement_translations", | ||
| "color": null, | ||
| "display_template": null, | ||
| "group": null, | ||
| "hidden": true, | ||
| "icon": "import_export", | ||
| "item_duplication_fields": null, | ||
| "note": null, | ||
| "preview_url": null, | ||
| "singleton": false, | ||
| "sort": null, | ||
| "sort_field": null, | ||
| "translations": null, | ||
| "unarchive_value": null, | ||
| "versioning": false | ||
| }, | ||
| "schema": { | ||
| "name": "announcement_translations" | ||
| } | ||
| } |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,28 @@ | ||
| { | ||
| "collection": "dashboard_announcements_translations", | ||
| "meta": { | ||
| "accountability": "all", | ||
| "archive_app_filter": true, | ||
| "archive_field": null, | ||
| "archive_value": null, | ||
| "collapse": "open", | ||
| "collection": "dashboard_announcements_translations", | ||
| "color": null, | ||
| "display_template": null, | ||
| "group": null, | ||
| "hidden": true, | ||
| "icon": "import_export", | ||
| "item_duplication_fields": null, | ||
| "note": null, | ||
| "preview_url": null, | ||
| "singleton": false, | ||
| "sort": null, | ||
| "sort_field": null, | ||
| "translations": null, | ||
| "unarchive_value": null, | ||
| "versioning": false | ||
| }, | ||
| "schema": { | ||
| "name": "dashboard_announcements_translations" | ||
| } | ||
| } |
Uh oh!
There was an error while loading. Please reload this page.