You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR introduces two new keys for maindata response namely
downloadPath and downloadPathEnabled.
in editCategory/createCategory we take these keys to set category
download_path but while returning the in maindata response we are
sending download_path and this fails for type strict application as
this same key return false or path based on if the download_path is
enabled or not.
leaving the download_path as is as there might be applications which
consume the download_path. (can remove if needed)
closes#23780
0 commit comments