Skip to content
Snippets Groups Projects
Commit afd556c47748 authored by oury.balde's avatar oury.balde
Browse files

:warning: updated _setup_bound_dimension method to remove an unkown field `validated`

parent 75cf3246659e
No related branches found
No related tags found
No related merge requests found
...@@ -366,7 +366,7 @@ ...@@ -366,7 +366,7 @@
)[1] )[1]
except ValueError: except ValueError:
vals = { vals = {
'name': dimension_name, 'validated': True, 'name': dimension_name
} }
self._bound_dimension_id = data_obj._update( self._bound_dimension_id = data_obj._update(
'analytic.dimension', ref_module, vals, 'analytic.dimension', ref_module, vals,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment