fix: Add timestamp to key for immutable views by deepeshgarg007 [frappe] PR#41852
From: https://github.com/frappe/erpnext/pull/41852
Date: 2024-06-11 14:47:08+05:30
- fix: Add timestamp to key for immutable views
Checkout instructions
# Checkout locally
git fetch upstream
git switch ft-pr-41852
# Alternatively, re-take the changes
git switch develop
ft take ft-pr-41852
# 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