Project

General

Profile

« Previous | Next » 

Revision 54722

probably fixed piwik-matomo analytics script

View differences:

datasource-update-form.component.ts
40 40
    softwarePlatform : '',
41 41
    platformName : '',
42 42
    officialName :  ['', Validators.required],
43
    issn : '',
44
    eissn : '',
45
    lissn : '',
43
    issn : ['', [Validators.pattern('^\\d{4}-\\d{3}[\\dxX]$')] ],
44
    eissn : ['', Validators.pattern('^\\d{4}-\\d{3}[\\dxX]$') ],
45
    lissn : ['', Validators.pattern('^\\d{4}-\\d{3}[\\dxX]$') ],
46 46
    repoDescription : ['', Validators.required],
47 47
    country : '',
48 48
    longtitude : '',

Also available in: Unified diff