Skip to content

Commit

Permalink
TASK 3797: NEFBA2 doc step, add quartech_photosordocsofpurchase, rele…
Browse files Browse the repository at this point in the history
…ase 1.2.9
  • Loading branch information
mihailistov committed Apr 23, 2024
1 parent 7832a3e commit da497b9
Show file tree
Hide file tree
Showing 7 changed files with 491 additions and 5 deletions.
2 changes: 1 addition & 1 deletion assets/claim/js/claim.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
(function () {
const src =
'https://cdn.jsdelivr.net/gh/bcgov/nr-af-pods@dev/powerpod/releases/powerpod-1.2.8.min.js';
'https://cdn.jsdelivr.net/gh/bcgov/nr-af-pods@dev/powerpod/releases/powerpod-1.2.9.min.js';
const script = document.createElement('script');
script.setAttribute('async', '');
script.src = src;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"tags": ["Claim", "NEFBA2", "NEFBA Phase 2"],
"version": "1.1.3",
"version": "1.1.4",
"name": "New Entrant Farm Business Accelerator Phase 2",
"abbreviation": "NEFBA2",
"hiddenSteps": "",
Expand Down Expand Up @@ -125,6 +125,12 @@
"required": true,
"elementType": "FileInput"
},
{
"name": "quartech_photosordocsofpurchase",
"label": "Photos or Documentation of purchase and/or Installation",
"required": true,
"elementType": "FileInput"
},
{
"name": "quartech_satisfactionsurveyid",
"required": true,
Expand Down
2 changes: 1 addition & 1 deletion powerpod/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "powerpod",
"type": "module",
"version": "1.2.8",
"version": "1.2.9",
"description": "Powerpod is a jQuery plugin that enhances functionality of Power Pages components.",
"main": "dist/powerpod",
"scripts": {
Expand Down
479 changes: 479 additions & 0 deletions powerpod/releases/powerpod-1.2.9.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion powerpod/rollup.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import typescript from '@rollup/plugin-typescript';
import css from 'rollup-plugin-import-css';

const licenseContent = `/*!
* powerpod 1.2.8
* powerpod 1.2.9
* https://github.com/bcgov/nr-af-pods/powerpod
*
* @license GPLv3 for open source use only
Expand Down
1 change: 1 addition & 0 deletions powerpod/src/js/claim/documents.js
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ export const CLAIM_FILE_UPLOAD_FIELDS = [
'quartech_copyofconsultantfinalreportorbusinessplan',
'quartech_invoices',
'quartech_proofofpayment',
'quartech_photosordocsofpurchase',
'quartech_businessplan',
'quartech_growthstrategy',
'quartech_activityreport',
Expand Down
2 changes: 1 addition & 1 deletion powerpod/src/js/powerpod.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ function setAPI() {
};
};
// @ts-ignore
POWERPOD.version = '1.2.8';
POWERPOD.version = '1.2.9';
// @ts-ignore
win.powerpod = POWERPOD;
}

0 comments on commit da497b9

Please sign in to comment.