Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TASK 3797: NEFBA2 doc step, add photosordocsofpurchase, rel 1.2.9 #99

Merged
merged 1 commit into from
Apr 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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;
}