Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
22 changes: 22 additions & 0 deletions .github/workflows/js-package.yml
Original file line number Diff line number Diff line change
@@ -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 || '') }}
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -154,5 +154,8 @@
".js",
".vue"
]
},
"processmaker": {
"downstream": ["modeler"]
}
}
2 changes: 1 addition & 1 deletion src/components/editor/pagesDropdown.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<!-- Icon for adding a new page -->
<i class="fas fa-plus platform-dropdown-item-icon text-dark w-icon text-center"></i>
<!-- Text for adding a new page -->
{{ $t("Create Page") }}
{{ $t("Create Page FOFOFOFOFOO") }}
</b-dropdown-item>

<!-- Option to see all pages -->
Expand Down
2 changes: 1 addition & 1 deletion src/form-builder-controls.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
Loading