Skip to content

fix: allow setting dynamic filters for number cards even without developer mode by akhilnarang [frappe] PR#26081

Bot Dokos requested to merge ft-pr-26081 into develop

From: https://github.com/frappe/frappe/pull/26081 + !2728 (closed)
Date: 2024-04-22 11:18:14+05:30

  • fix: allow setting dynamic filters for number cards even without developer mode



Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-26081

# Alternatively, re-take the changes
git switch develop
ft take ft-pr-26081

# Make changes then rebase
git rebase -i develop

# Fix or ignore conflicts
git checkout --theirs .
git rebase --continue

# Force-push changes
git push --force-with-lease
Edited by Corentin Forler

Merge request reports