Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Client
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
web-et-numerique
Factory
Resin
Client
Commits
062b005a
Commit
062b005a
authored
4 years ago
by
Jérémie BRISON
Browse files
Options
Downloads
Patches
Plain Diff
fix(form) : hide page (invite other person)
parent
6007a0df
No related branches found
No related tags found
3 merge requests
!68
Recette
,
!67
Dev
,
!66
Fix/form design create structure
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/app/form/form.component.html
+1
-1
1 addition, 1 deletion
src/app/form/form.component.html
src/app/form/form.component.ts
+3
-3
3 additions, 3 deletions
src/app/form/form.component.ts
with
4 additions
and
4 deletions
src/app/form/form.component.html
+
1
−
1
View file @
062b005a
...
...
@@ -929,7 +929,7 @@
le site des services et démarches en ligne dans la Métropole de Lyon
</p>
</div>
<div
*ngIf=
"
currentPage == 24
"
class=
"page"
>
<div
*ngIf=
"
false
"
class=
"page"
>
<div
class=
"title"
>
<h3>
Voulez-vous inviter d’autres personnes dans cette structure ?
</h3>
<p
class=
"notRequired"
>
facultatif
</p>
...
...
This diff is collapsed.
Click to expand it.
src/app/form/form.component.ts
+
3
−
3
View file @
062b005a
...
...
@@ -40,9 +40,9 @@ export class FormComponent implements OnInit {
public
trainingCategories
:
{
category
:
Category
;
openned
:
boolean
}[]
=
[];
// Page and progress var
public
currentPage
=
17
;
public
currentPage
=
0
;
public
progressStatus
=
0
;
public
nbPagesForm
=
2
5
;
public
nbPagesForm
=
2
4
;
public
isPageValid
:
boolean
;
public
pagesValidation
=
[];
...
...
@@ -345,7 +345,7 @@ export class FormComponent implements OnInit {
this
.
pagesValidation
[
21
]
=
{
valid
:
this
.
getStructureControl
(
'
description
'
).
valid
};
this
.
pagesValidation
[
22
]
=
{
valid
:
this
.
getStructureControl
(
'
lockdownActivity
'
).
valid
};
this
.
pagesValidation
[
23
]
=
{
valid
:
this
.
userAcceptSavedDate
};
this
.
pagesValidation
[
24
]
=
{
valid
:
true
};
//
this.pagesValidation[24] = { valid: true };
this
.
updatePageValid
();
}
...
...
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