Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
ckanext-dgu
Manage
Activity
Members
Labels
Plan
Issues
5
Issue boards
Milestones
Wiki
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
MJU-POPS
ckanext-dgu
Merge requests
!2
Master
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Master
master
into
Metapodatki
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
Matevž Markovič
requested to merge
master
into
Metapodatki
8 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
0
0
Merge request reports
Viewing commit
a0b15f99
Prev
Next
Show latest version
1 file
+
9
−
9
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
a0b15f99
Merge remote-tracking branch 'origin/fix_form_files_saving'
· a0b15f99
Marko Kuder
authored
8 years ago
ckanext/dgu/forms/dataset_form.py
+
9
−
9
Options
@@ -243,7 +243,7 @@ class DatasetForm(p.SingletonPlugin):
'
geographic_granularity
'
:
[
ignore_missing
,
use_other
,
unicode
,
convert_to_extras
],
'
geographic_granularity-other
'
:
[
ignore_missing
],
#'geographic_coverage': [ignore_missing, convert_geographic_to_db, convert_to_extras],
'
geographic_coverage
'
:
[
convert_to_extras
,
not_empty
,
unicode
],
'
geographic_coverage
'
:
[
not_empty
,
unicode
,
convert_to_extras
],
'
temporal_granularity
'
:
[
ignore_missing
,
use_other
,
unicode
,
convert_to_extras
],
'
temporal_granularity-other
'
:
[
ignore_missing
],
'
temporal_coverage-from
'
:
[
ignore_missing
,
date_to_db
,
convert_to_extras
],
@@ -380,18 +380,18 @@ class DatasetForm(p.SingletonPlugin):
'
sla
'
:
[
convert_from_extras
,
ignore_missing
],
'
national_statistic
'
:
[
convert_from_extras
,
ignore_missing
],
'
podrocje_id
'
:
[
unicode
,
convert_from_extras
],
'
podrocje_name
'
:
[
ignore_missing
,
convert_from_extras
],
'
podrocje_id
'
:
[
convert_from_extras
],
'
podrocje_name
'
:
[
convert_from_extras
,
ignore_missing
],
'
dostopnost_id
'
:
[
unicode
,
convert_from_extras
],
'
dostopnost_desc
'
:
[
ignore_missing
,
convert_from_extras
],
'
dostopnost_id
'
:
[
convert_from_extras
],
'
dostopnost_desc
'
:
[
convert_from_extras
,
ignore_missing
],
'
povezanost_desc
'
:
[
ignore_missing
,
unicode
,
convert_from_extras
],
'
povezanost_desc
'
:
[
convert_from_extras
,
ignore_missing
],
'
vrsta_pravne_podlage
'
:
[
ignore_missing
,
unicode
,
convert_from_extras
],
'
sop_stevilka
'
:
[
ignore_missing
,
unicode
,
convert_from_extras
],
'
vrsta_pravne_podlage
'
:
[
convert_from_extras
,
ignore_missing
],
'
sop_stevilka
'
:
[
convert_from_extras
,
ignore_missing
],
'
pogoji_licence
'
:
[
ignore_missing
,
unicode
,
convert_from_extras
],
'
pogoji_licence
'
:
[
convert_from_extras
,
ignore_missing
],
'
theme-primary
'
:
[
convert_from_extras
,
ignore_missing
],
'
theme-secondary
'
:
[
convert_from_extras
,
from_json
,
ignore_missing
],