Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
catalog.genesys-pgr.org
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
13
Issues
13
List
Boards
Labels
Service Desk
Milestones
Merge Requests
2
Merge Requests
2
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Genesys PGR
Genesys Catalog
catalog.genesys-pgr.org
Commits
be159f46
Commit
be159f46
authored
Nov 18, 2018
by
Matija Obreza
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix: Incorrect coding for Descriptor DataType enum
parent
a850800d
Pipeline
#7696
passed with stages
in 6 minutes and 8 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
src/model/catalog/Descriptor.ts
src/model/catalog/Descriptor.ts
+6
-6
No files found.
src/model/catalog/Descriptor.ts
View file @
be159f46
...
...
@@ -75,12 +75,12 @@ export default class Descriptor implements IUserPermissions {
}
export
enum
DataType
{
TEXT
=
'
text
'
,
BOOLEAN
=
'
boolean
'
,
DATE
=
'
date
'
,
CODED
=
'
coded
'
,
NUMERIC
=
'
numeric
'
,
SCALE
=
'
scale
'
,
TEXT
=
'
TEXT
'
,
BOOLEAN
=
'
BOOLEAN
'
,
DATE
=
'
DATE
'
,
CODED
=
'
CODED
'
,
NUMERIC
=
'
NUMERIC
'
,
SCALE
=
'
SCALE
'
,
}
export
enum
DescriptorCategory
{
...
...
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