Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dad
vitamui-pr-pastis
Commits
9a5bc95b
Commit
9a5bc95b
authored
Aug 26, 2020
by
Gaëlle FOURNIER
Browse files
Multiple Front Fixes
parent
6e2e0bc2
Changes
4
Hide whitespace changes
Inline
Side-by-side
ui/ui-frontend-common/src/app/modules/logbook/event-type-label/event-type-label.component.spec.ts
View file @
9a5bc95b
...
...
@@ -38,7 +38,7 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing';
import
{
EventTypeLabelComponent
}
from
'
./event-type-label.component
'
;
// TODO test jenkins
// TODO test jenkins
// Error: Timeout - Async callback was not invoked within 5000ms (set by jasmine.DEFAULT_TIMEOUT_INTERVAL)
xdescribe
(
'
EventTypeLabelComponent
'
,
()
=>
{
let
component
:
EventTypeLabelComponent
;
...
...
ui/ui-frontend/projects/referential/src/app/context/context-create/context-create.validators.ts
View file @
9a5bc95b
...
...
@@ -37,9 +37,9 @@
import
{
Injectable
}
from
'
@angular/core
'
;
import
{
AbstractControl
,
AsyncValidatorFn
}
from
'
@angular/forms
'
;
import
{
ContextPermission
}
from
'
projects/vitamui-library/src/public-api
'
;
import
{
of
,
timer
}
from
'
rxjs
'
;
import
{
map
,
switchMap
,
take
}
from
'
rxjs/operators
'
;
import
{
ContextPermission
}
from
'
vitamui-library
'
;
import
{
ContextService
}
from
'
../context.service
'
;
@
Injectable
()
...
...
ui/ui-frontend/projects/referential/src/app/context/context-preview/context-permission-tab/context-permission-tab.component.ts
View file @
9a5bc95b
...
...
@@ -36,12 +36,11 @@
*/
import
{
Component
,
EventEmitter
,
Input
,
Output
}
from
'
@angular/core
'
;
import
{
FormBuilder
,
FormGroup
,
Validators
}
from
'
@angular/forms
'
;
import
{
Context
}
from
'
projects/vitamui-library/src/public-api
'
;
import
{
Context
,
ContextPermission
}
from
'
projects/vitamui-library/src/public-api
'
;
import
{
Observable
,
of
}
from
'
rxjs
'
;
import
{
catchError
,
filter
,
map
,
switchMap
}
from
'
rxjs/operators
'
;
import
{
diff
}
from
'
ui-frontend-common
'
;
import
{
extend
,
isEmpty
}
from
'
underscore
'
;
import
{
ContextPermission
}
from
'
vitamui-library
'
;
import
{
ContextCreateValidators
}
from
'
../../context-create/context-create.validators
'
;
import
{
ContextService
}
from
'
../../context.service
'
;
...
...
ui/ui-frontend/projects/referential/src/app/securisation/securisation-preview/securisation-check-tab/securisation-check-tab.component.ts
View file @
9a5bc95b
...
...
@@ -36,8 +36,8 @@
*/
import
{
Component
,
Input
,
OnChanges
,
OnInit
,
SimpleChanges
}
from
'
@angular/core
'
;
import
{
ActivatedRoute
}
from
'
@angular/router
'
;
import
{
AccessContract
}
from
'
projects/vitamui-library/src/public-api
'
;
import
{
ApiEvent
,
Event
,
LogbookApiService
}
from
'
ui-frontend-common
'
;
import
{
AccessContract
}
from
'
vitamui-library
'
;
import
{
AccessContractService
}
from
'
../../../access-contract/access-contract.service
'
;
import
{
SecurisationService
}
from
'
../../securisation.service
'
;
...
...
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