File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change 22
33# Unreleased
44
5- * Included v1/v2 switcher in admin-area sub-pages (\# 485).
5+ * Included v1/v2 switcher in admin-area job page (\# 485).
66* Setup tests to use PostgreSQL instead of SQlite (\# 484).
77* Implemented tasks admin page (\# 484).
88* Improved form builder used in workflow tasks without JSON Schema and in Meta properties tab (\# 481).
Original file line number Diff line number Diff line change 1515 let clientVersion = __APP_VERSION__ ;
1616
1717 $: displayVersionSelector =
18- ((selectedSection === ' admin' &&
19- $page .url .pathname !== ' /v2/admin/tasks' &&
20- $page .url .pathname !== ' /v2/admin/tasks-compatibility' ) ||
21- ! isSubPage ($page .url .pathname , apiVersion)) &&
18+ (! isSubPage ($page .url .pathname , apiVersion) ||
19+ $page .url .pathname === ' /v2/admin/jobs' ||
20+ $page .url .pathname === ' /v1/admin/jobs' ) &&
2221 selectedSection !== ' home' ;
2322
2423 /**
You can’t perform that action at this time.
0 commit comments