diff --git a/.github/workflows/deploy-package.yml b/.github/workflows/deploy-package.yml index eb942f19b..14496e5f8 100644 --- a/.github/workflows/deploy-package.yml +++ b/.github/workflows/deploy-package.yml @@ -6,5 +6,5 @@ on: jobs: run_deploy: name: Run Build PM4-workflow - uses: processmaker/processmaker/.github/workflows/deploy-pm4.yml@develop + uses: ProcessMaker/.github/.github/workflows/deploy-pm4.yml@js-builds-2 secrets: inherit diff --git a/.github/workflows/js-package.yml b/.github/workflows/js-package.yml new file mode 100644 index 000000000..9487e7bd0 --- /dev/null +++ b/.github/workflows/js-package.yml @@ -0,0 +1,22 @@ +name: js-package +run-name: js-stack ${{ github.event.pull_request.number || github.run_id }} + +on: + pull_request: + types: [opened, reopened, synchronize, edited] + workflow_dispatch: + +concurrency: + group: js-package-${{ github.repository }}-${{ github.event.pull_request.number || github.ref }} + cancel-in-progress: true + +jobs: + run: + uses: ProcessMaker/.github/.github/workflows/js-package.yml@js-builds-2 + secrets: inherit + with: + stack_id: ${{ github.event.pull_request.number || github.run_id }} + trigger_repo: ${{ github.event.repository.name }} + trigger_ref: ${{ github.event.pull_request.head.sha || github.ref }} + trigger_branch: ${{ github.event.pull_request.head.ref || github.ref_name }} + pr_body: ${{ toJSON(github.event.pull_request.body || '') }} diff --git a/package.json b/package.json index e758bb9a5..3d61fc60e 100644 --- a/package.json +++ b/package.json @@ -154,5 +154,8 @@ ".js", ".vue" ] + }, + "processmaker": { + "downstream": ["modeler"] } } diff --git a/src/components/editor/pagesDropdown.vue b/src/components/editor/pagesDropdown.vue index 02c956e78..d70a2cd34 100644 --- a/src/components/editor/pagesDropdown.vue +++ b/src/components/editor/pagesDropdown.vue @@ -21,7 +21,7 @@ - {{ $t("Create Page") }} + {{ $t("Create Page FOFOFOFOFOO") }} diff --git a/src/form-builder-controls.js b/src/form-builder-controls.js index a8d21216c..d9b913869 100755 --- a/src/form-builder-controls.js +++ b/src/form-builder-controls.js @@ -753,7 +753,7 @@ export default [ 'editor-control': 'FormSubmit', config: { icon: 'fas fa-share-square', - label: 'New Submit', + label: 'New Submit FOOOO', variant: 'primary', event: 'submit', loading: false,