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

Also create owner WITH clause for single resources (bp #1406) #1415

Merged
merged 3 commits into from
Feb 8, 2021

Commits on Feb 8, 2021

  1. Also create owner WITH clause for single resources

    The function init_get_iterator2_with will now also use acl_where_owned
    to generate a WITH clause in case permissions_subject is used in a
    subquery.
    The init_result_get_iterator_severity had to be adjusted to not generate
    the same WITH clause twice.
    
    This change fixes an error getting details pages for types use the
    WITH clauses for permission checks.
    
    (cherry picked from commit 69f484d)
    
    # Conflicts:
    #	src/manage_sql.c
    timopollmeier authored and mergify-bot committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    2c03448 View commit details
    Browse the repository at this point in the history
  2. Add CHANGELOG entry for WITH clause fix

    (cherry picked from commit 8e746ef)
    timopollmeier authored and mergify-bot committed Feb 8, 2021
    Configuration menu
    Copy the full SHA
    6abf681 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c94545 View commit details
    Browse the repository at this point in the history