frappe / frappe

Low code web framework for real world applications, in Python and Javascript
https://frappeframework.com
MIT License
7.25k stars 3.44k forks source link

route_options not being evaluated correctly #18396

Closed kingraphaii closed 7 months ago

kingraphaii commented 2 years ago

Description of the issue

Context information (for bug reports)

Output of bench version

erpnext 14.2.3
frappe 14.11.1
payments 0.0.1

Steps to reproduce the issue

  1. Use filtered Workspace Quick List, Workspace Shortcut or Dynamically route to any List (with filters/options) using
  2. frappe.options = {"filter1": "value};
  3. frappe.set_route("Target DT", name)

Observed result

List not filtering/using previously applied filters

Expected result

Expecting the routed to List to apply filters

Stacktrace / full error message

No error log

Additional information

OS version / distribution, Frappe install method, etc.

Running on Ubuntu 20.04

Nihantra-Patel commented 7 months ago

Please check it out.

https://github.com/frappe/frappe/issues/18035#issuecomment-1240251741

Check the documentation for New Workspace 2.0. https://frappeframework.com/docs/v14/user/en/desk/workspace#customization Do not use workspace document to add or update the blocks on the workspace check above link

Kindly upgrade to version 14 or 15, then refresh and check again because lots of bugs fixed in the new version.

Everything is working fine. No problems were encountered in the latest versions 14 and 15.