Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
marketplaces
gannonce-ui
Commits
2daca4df
Commit
2daca4df
authored
Apr 29, 2017
by
Cédric Moreau
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[enh] Masquer le bouton « Fermer l'annonce » lors de la création d'une annonce
parent
b11c7804
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/pages/announce_new/announce_new.html
src/pages/announce_new/announce_new.html
+1
-1
No files found.
src/pages/announce_new/announce_new.html
View file @
2daca4df
...
...
@@ -177,7 +177,7 @@
<span
[hidden]=
"!(!announceService.creation && (announceService.stockInitial == 0 && announceService.ann.stock > 0))"
>
Rouvrir l'annonce
</span>
<span
[hidden]=
"!(!announceService.creation && (announceService.stockInitial > 0 || announceService.ann.stock == announceService.stockInitial || announceService.ann.stock == ''))"
>
Valider les modifications
</span>
</button>
<button
[hidden]=
"announceService.stockInitial == 0"
type=
"submit"
ion-button
[disabled]=
"!accountForm.form.valid"
color=
"danger"
(click)=
"announceService.deleteAnnounce(accountForm)"
>
Fermer l'annonce
</button>
<button
[hidden]=
"
announceService.creation ||
announceService.stockInitial == 0"
type=
"submit"
ion-button
[disabled]=
"!accountForm.form.valid"
color=
"danger"
(click)=
"announceService.deleteAnnounce(accountForm)"
>
Fermer l'annonce
</button>
</p>
</ion-col>
</ion-row>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment