Skip to content
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

Filter out items in personal space except for current user #4063

Commits on Feb 14, 2022

  1. Filter out items in personal space except for current user

    It only used to filter out items with status draft which didn't work when "in progress" items were duplicated to personal space.
    tomaskikutis committed Feb 14, 2022
    Configuration menu
    Copy the full SHA
    f606630 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2022

  1. fix and simplify query

    original_creator is irrelevant. What matters is current user
    tomaskikutis committed Feb 15, 2022
    Configuration menu
    Copy the full SHA
    921a7d6 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2022

  1. Configuration menu
    Copy the full SHA
    2df7a8e View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2022

  1. fix query again

    Current one doesn't take ingested items, because they don't have desk specified.
    tomaskikutis committed Feb 17, 2022
    Configuration menu
    Copy the full SHA
    05ff6f5 View commit details
    Browse the repository at this point in the history