Skip to content

Implement flat category view #4983

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

Merged
merged 5 commits into from
Jul 6, 2021
Merged

Conversation

OmeGak
Copy link
Member

@OmeGak OmeGak commented Jul 1, 2021

Closes #4982.

@OmeGak OmeGak force-pushed the wip/flatcat branch 10 times, most recently from 722d4d3 to 3f97f9b Compare July 1, 2021 16:03
@OmeGak OmeGak changed the title WIP Implement flat category view Implement flat category view Jul 1, 2021
@OmeGak OmeGak marked this pull request as ready for review July 1, 2021 16:03
@OmeGak OmeGak force-pushed the wip/flatcat branch 8 times, most recently from 00b98cb to 07b7395 Compare July 6, 2021 10:49
@ThiefMaster ThiefMaster force-pushed the wip/flatcat branch 2 times, most recently from a304784 to 3239d6f Compare July 6, 2021 15:33
@OmeGak OmeGak force-pushed the wip/flatcat branch 2 times, most recently from cf3a364 to 689fc1a Compare July 6, 2021 16:24
OmeGak and others added 3 commits July 6, 2021 19:17
This happened because is_visible_in never includes hidden events, but we
were still explicitly looking for (nested) hidden events, and then
showing the warning about event being hidden from the list, but only for
non-admin/non-manager users.
@ThiefMaster ThiefMaster merged commit 5117776 into indico:master Jul 6, 2021
@ThiefMaster ThiefMaster deleted the wip/flatcat branch July 6, 2021 17:27
@vasantvohra
Copy link
Contributor

Great Job @OmeGak, @ThiefMaster, @openprojects 👍

OmeGak added a commit to UNOG-Indico/indico-core that referenced this pull request Jul 7, 2021
-- BACKPORT NOTICE -----------------------------------------------------
This feature was backported from v3 and adapted to not require a
database migration. This commit needs to be removed when rebasing
onto upstream master.
------------------------------------------------------------------------

* Implement flat category view
* Do not show deleted events
* Avoid misleading hidden event message in flat view
This happened because is_visible_in never includes hidden events, but we
were still explicitly looking for (nested) hidden events, and then
showing the warning about event being hidden from the list, but only for
non-admin/non-manager users.
* Fix eslint warnings
* Do not auto-load past/future events in flat view

Co-authored-by: Adrian Moennich <adrian.moennich@cern.ch>
OmeGak added a commit to UNOG-Indico/indico-core that referenced this pull request Jul 12, 2021
-- BACKPORT NOTICE -----------------------------------------------------
This feature was backported from v3 and adapted to not require a
database migration. This commit needs to be removed when rebasing
onto upstream master.
------------------------------------------------------------------------

* Implement flat category view
* Do not show deleted events
* Avoid misleading hidden event message in flat view
This happened because is_visible_in never includes hidden events, but we
were still explicitly looking for (nested) hidden events, and then
showing the warning about event being hidden from the list, but only for
non-admin/non-manager users.
* Fix eslint warnings
* Do not auto-load past/future events in flat view

Co-authored-by: Adrian Moennich <adrian.moennich@cern.ch>
vasantvohra pushed a commit to UNOG-Indico/indico-core that referenced this pull request Jul 13, 2021
-- BACKPORT NOTICE -----------------------------------------------------
This feature was backported from v3 and adapted to not require a
database migration. This commit needs to be removed when rebasing
onto upstream master.
------------------------------------------------------------------------

* Implement flat category view
* Do not show deleted events
* Avoid misleading hidden event message in flat view
This happened because is_visible_in never includes hidden events, but we
were still explicitly looking for (nested) hidden events, and then
showing the warning about event being hidden from the list, but only for
non-admin/non-manager users.
* Fix eslint warnings
* Do not auto-load past/future events in flat view

Co-authored-by: Adrian Moennich <adrian.moennich@cern.ch>
pferreir pushed a commit to pferreir/indico that referenced this pull request Oct 12, 2021
* Implement flat category view
* Do not show deleted events
* Avoid misleading hidden event message in flat view
This happened because is_visible_in never includes hidden events, but we
were still explicitly looking for (nested) hidden events, and then
showing the warning about event being hidden from the list, but only for
non-admin/non-manager users.
* Fix eslint warnings
* Do not auto-load past/future events in flat view

Co-authored-by: Adrian Moennich <adrian.moennich@cern.ch>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Allow displaying all events descending from a category
3 participants