Hide base attributes of the models for the GUI
Created by: martinRenou
We don't want the base attributes to be part of the base view, when used in the GUI. We only want to be able to edit the attributes that are defined by the plugin author.
The base attributes will be editable through views defined in force_wfmanager
, on which we have control.
Merge request reports
Activity
Filter activity
Created by: codecov[bot]
Codecov Report
Merging #73 into master will not change coverage. The diff coverage is
100%
.@@ Coverage Diff @@ ## master #73 +/- ## ======================================= Coverage 95.47% 95.47% ======================================= Files 49 49 Lines 729 729 Branches 57 57 ======================================= Hits 696 696 Misses 30 30 Partials 3 3
Impacted Files Coverage Δ force_bdss/kpi/base_kpi_calculator_model.py 100% <100%> (ø)
force_bdss/mco/base_mco_model.py 100% <100%> (ø)
force_bdss/mco/parameters/base_mco_parameter.py 100% <100%> (ø)
force_bdss/data_sources/base_data_source_model.py 100% <100%> (ø)
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 5d67e0d...b2cfdde. Read the comment docs.
Please register or sign in to reply