diff --git a/.github/workflows/converter_tests.yaml b/.github/workflows/converter_tests.yaml index d4833d376ab..359edf8b0d9 100644 --- a/.github/workflows/converter_tests.yaml +++ b/.github/workflows/converter_tests.yaml @@ -68,7 +68,7 @@ jobs: - name: Run tests run: | mapfile -t TOOL_ARRAY < tool_list.txt - planemo test --galaxy_python_version ${{ matrix.python-version }} --galaxy_root 'galaxy root' "${TOOL_ARRAY[@]}" + planemo test --biocontainers --galaxy_python_version ${{ matrix.python-version }} --galaxy_root 'galaxy root' "${TOOL_ARRAY[@]}" - uses: actions/upload-artifact@v3 if: failure() with: diff --git a/client/src/components/History/Modals/CopyModal.vue b/client/src/components/History/Modals/CopyModal.vue index 86a2c3fb58e..fa5a9b180ac 100644 --- a/client/src/components/History/Modals/CopyModal.vue +++ b/client/src/components/History/Modals/CopyModal.vue @@ -2,7 +2,7 @@ - As an anonymous user, unless you login or register, you will lose your current history after copying + As an anonymous user, unless you log in or register, you will lose your current history after copying this history. You can log in here or register here. diff --git a/client/src/components/Login/RegisterForm.vue b/client/src/components/Login/RegisterForm.vue index cd3b3cb192b..478917fc269 100644 --- a/client/src/components/Login/RegisterForm.vue +++ b/client/src/components/Login/RegisterForm.vue @@ -3,7 +3,8 @@
- {{ registrationWarningMessage }} + + {{ messageText }} @@ -64,19 +65,18 @@ dashes ('.', '_', '-'). - - + + type="checkbox"> + {{ labelSubscribe }} + - Create + + Create + @@ -93,8 +93,9 @@
-
- +
+ +
↓ Scroll to review ↓
@@ -204,3 +205,26 @@ export default { }, }; + diff --git a/client/src/components/PageDisplay/PageDisplay.vue b/client/src/components/PageDisplay/PageDisplay.vue index 6b7fb048ee2..4f9c34ac862 100644 --- a/client/src/components/PageDisplay/PageDisplay.vue +++ b/client/src/components/PageDisplay/PageDisplay.vue @@ -8,6 +8,7 @@ :enable_beta_markdown_export="config.enable_beta_markdown_export" :download-endpoint="stsUrl(config)" :export-link="exportUrl" + :read-only="!userOwnsPage" @onEdit="onEdit" /> @@ -17,7 +18,10 @@