UNCLASSIFIED - NO CUI
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
platform-one-site
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Platform One
Party Bus
static-sites
platform-one-site
Commits
45815a2a
Commit
45815a2a
authored
4 years ago
by
Luke Glasscock
Browse files
Options
Downloads
Patches
Plain Diff
fix issue with form submission for multiple pages
parent
e685e676
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
src/views/IronBank.vue
+2
-4
2 additions, 4 deletions
src/views/IronBank.vue
src/views/IronBankGettingStarted.vue
+1
-1
1 addition, 1 deletion
src/views/IronBankGettingStarted.vue
src/views/IronBankOnboardingContainers.vue
+1
-0
1 addition, 0 deletions
src/views/IronBankOnboardingContainers.vue
with
4 additions
and
5 deletions
src/views/IronBank.vue
+
2
−
4
View file @
45815a2a
...
...
@@ -257,16 +257,14 @@
<v-btn
class=
"my-3 mx-10"
color=
"primary"
target=
"_blank"
href=
"https://docs.google.com/forms/d/e/1FAIpQLScU88kFi9EPKyyCRFtpqZL1PV1H2Ek85hU6J1zqBkppvfFNlQ/viewform"
href=
"/#/products/iron-bank/getting-started"
>
Iron Bank Onboarding Request
</v-btn>
<v-btn
class=
"my-3 mx-10"
color=
"primary"
target=
"_blank"
href=
"https://docs.google.com/forms/d/e/1FAIpQLSe17YVTDZDiEzt4s8r-Ts-6B1m3isayOCWiNTI4K6cllO8jnw/viewform"
href=
"/#/products/iron-bank/onboarding-containers"
>
Internal Hardening Request
</v-btn>
...
...
This diff is collapsed.
Click to expand it.
src/views/IronBankGettingStarted.vue
+
1
−
1
View file @
45815a2a
...
...
@@ -731,7 +731,6 @@ export default {
"
entry.1588573313
"
,
"
entry.848891346
"
,
"
entry.1116274430
"
,
"
entry.981659030
"
,
"
entry.91622704
"
,
"
entry.1054914449
"
,
"
entry.1988147930
"
,
...
...
@@ -835,6 +834,7 @@ export default {
...
sectionTwoData
,
...
sectionThreeData
,
...
sectionFourData
,
pageHistory
:
"
0,1,2,3
"
,
// four pages in google form; this must match up with exact number of pages in google form
};
return
body
;
},
...
...
This diff is collapsed.
Click to expand it.
src/views/IronBankOnboardingContainers.vue
+
1
−
0
View file @
45815a2a
...
...
@@ -511,6 +511,7 @@ export default {
...
sectionOneData
,
...
sectionTwoData
,
...
sectionThreeData
,
pageHistory
:
"
0,1
"
,
// only two pages in google form; this must match up with exact number of pages in google form
};
return
body
;
},
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment