Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
prodige
ngpr_prodige_table_editeur
Commits
9dc6ef1a
Commit
9dc6ef1a
authored
Oct 26, 2021
by
Jenkins
Browse files
Merge commit '
13ec82d5
'
parents
5ea9ed3c
13ec82d5
Changes
3
Hide whitespace changes
Inline
Side-by-side
src/app/components/edit-data/edit-data.component.html
View file @
9dc6ef1a
<div
*ngIf=
"userRight &&( userRight.EDITION || userRight.EDITION_MODIFICATION)"
>
<em>
* : champ obligatoire
</em>
<h4
class=
"modal-title"
id=
"modal-basic-title"
>
Identifiant: {{feature
&&
feature.properties.gid}}
</h4>
...
...
@@ -49,7 +48,7 @@
champ obligatoire
</div>
<div
*ngIf=
"domainName.errors.pattern"
>
champ
incorect
champ
mal formaté
</div>
</div>
</div>
...
...
src/app/services/data.service.ts
View file @
9dc6ef1a
...
...
@@ -23,7 +23,7 @@ export class DataService {
)
{}
/** */
private
columnNameHide
=
{
_userid_creation
:
true
,
_userid_modification
:
true
,
_edit_datemaj
:
true
};
private
columnNameHide
=
{
_userid_creation
:
true
,
_userid_modification
:
true
,
_edit_datemaj
:
true
,
_edit_datecrea
:
true
};
/** */
getDataRight
():
Observable
<
UserRight
>
{
...
...
src/main.ts
View file @
9dc6ef1a
...
...
@@ -10,11 +10,3 @@ if (environment.production) {
platformBrowserDynamic
().
bootstrapModule
(
AppModule
)
.
catch
(
err
=>
console
.
error
(
err
));
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
{
document
.
addEventListener
(
'
DOMContentLoaded
'
,
()
=>
{
platformBrowserDynamic
().
bootstrapModule
(
AppModule
)
.
catch
(
err
=>
console
.
error
(
err
));
});
});
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment