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

chore: release v13 #21083

Merged
merged 4 commits into from
May 23, 2023
Merged

chore: release v13 #21083

merged 4 commits into from
May 23, 2023

Commits on May 17, 2023

  1. fix: frappe.get_palette when text is undefined (#21033) (#21034)

    [skip ci]
    
    (cherry picked from commit 44e592f)
    
    Co-authored-by: Rushabh Mehta <rmehta@gmail.com>
    mergify[bot] and rmehta committed May 17, 2023
    Configuration menu
    Copy the full SHA
    1557d68 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. fix: using 'Equals' and 'Is' on multiselect throws error

    (cherry picked from commit 6b2bcd5)
    ruthra-kumar authored and mergify[bot] committed May 18, 2023
    Configuration menu
    Copy the full SHA
    6c57a26 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #21050 from frappe/mergify/bp/version-13-hotfix/pr…

    …-21049
    
    fix: using 'Equals' and 'Is' on multiselect throws error if 'get_filters_cond' is used for formating filters (backport #21049)
    phot0n committed May 18, 2023
    Configuration menu
    Copy the full SHA
    5339cf4 View commit details
    Browse the repository at this point in the history

Commits on May 19, 2023

  1. fix: incorrect caching of is_owner permissions (#21048) (#21052)

    - Create a doctype
    - Pick any role and only allow owner to create, read, write.
    - after_insert hook re-save the document
    - This will fail because there's a function call to `frappe.only_has_select_perm` which doesn't pass the is_owner, this is likely acceptable if document is not available.
    
    Fix: cache should be separate for is_owner
    
    Triggered from but not caused by #20810
    
    (cherry picked from commit d0a24e6)
    
    Co-authored-by: Ankush Menat <ankush@frappe.io>
    mergify[bot] and ankush committed May 19, 2023
    Configuration menu
    Copy the full SHA
    a9acf3f View commit details
    Browse the repository at this point in the history