Skip to content
GitLab
Explore
Projects
Groups
Topics
Snippets
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Register
Sign in
Toggle navigation
Menu
UPSMF
uphrh-SunbirdEd-portal-old
Commits
d198f843
Commit
d198f843
authored
2 years ago
by
5Amogh
Browse files
Options
Download
Patches
Plain Diff
Removed hardcoded report config to get the configurable report data from the form config
parent
d5a54c00
master
dependabot/npm_and_yarn/src/app/client/decode-uri-component-0.2.2
dependabot/npm_and_yarn/src/app/decode-uri-component-0.2.2
dependabot/npm_and_yarn/src/app/express-4.17.3
dependabot/npm_and_yarn/src/app/jsonwebtoken-9.0.0
dependabot/npm_and_yarn/src/desktop/OpenRAP/decode-uri-component-0.2.2
dependabot/npm_and_yarn/src/desktop/OpenRAP/express-4.17.3
dependabot/npm_and_yarn/src/desktop/OpenRAP/jsonwebtoken-9.0.0
dependabot/npm_and_yarn/src/desktop/OpenRAP/qs-6.5.3
dependabot/npm_and_yarn/src/desktop/decode-uri-component-0.2.2
dependabot/npm_and_yarn/src/desktop/express-4.17.3
dependabot/npm_and_yarn/src/desktop/jsonwebtoken-9.0.0
dependabot/npm_and_yarn/src/desktop/qs-6.10.3
release-5.0.0.2
release-5.0.0.3
release-5.0.1
release-5.0.2
release-5.1.0
sharathkashyap-patch-1
Tags unavailable
1 merge request
!1
Feature/inquiry server validation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.ts
+0
-58
...components/program-datasets/program-datasets.component.ts
with
0 additions
and
58 deletions
+0
-58
src/app/client/src/app/modules/program-dashboard/components/program-datasets/program-datasets.component.ts
+
0
−
58
View file @
d198f843
...
...
@@ -560,64 +560,6 @@ export class DatasetsComponent implements OnInit, OnDestroy {
reportChanged
(
selectedReportData
)
{
this
.
resetConfigFilters
();
this
.
selectedReport
=
selectedReportData
;
if
(
this
.
selectedReport
.
name
===
'
Status Report
'
){
this
.
selectedReport
[
'
configurableFilters
'
]
=
true
;
this
.
selectedReport
[
'
filters
'
]
=
[
{
"
type
"
:
"
in
"
,
"
dimension
"
:
"
status_of_project
"
,
"
values
"
:
"
$status_of_project
"
},
{
"
type
"
:
"
equals
"
,
"
dimension
"
:
"
private_program
"
,
"
value
"
:
"
false
"
},
{
"
type
"
:
"
equals
"
,
"
dimension
"
:
"
sub_task_deleted_flag
"
,
"
value
"
:
"
false
"
},
{
"
type
"
:
"
equals
"
,
"
dimension
"
:
"
task_deleted_flag
"
,
"
value
"
:
"
false
"
},
{
"
type
"
:
"
equals
"
,
"
dimension
"
:
"
project_deleted_flag
"
,
"
value
"
:
"
false
"
},
{
"
type
"
:
"
equals
"
,
"
dimension
"
:
"
program_id
"
,
"
value
"
:
"
$programId
"
},
{
"
type
"
:
"
equals
"
,
"
dimension
"
:
"
solution_id
"
,
"
value
"
:
"
$solutionId
"
},
{
"
type
"
:
"
equals
"
,
"
dimension
"
:
"
district_externalId
"
,
"
value
"
:
"
$district_externalId
"
},
{
"
type
"
:
"
equals
"
,
"
dimension
"
:
"
organisation_id
"
,
"
value
"
:
"
$organisation_id
"
}
]
this
.
selectedReport
[
'
uiFilters
'
]
=
[
{
"
label
"
:
"
Status
"
,
"
controlType
"
:
"
multi-select
"
,
"
reference
"
:
"
status_of_project
"
,
"
placeholder
"
:
"
Select status
"
,
"
options
"
:[
"
started
"
,
"
submitted
"
,
"
inProgress
"
]
}]
}
if
(
this
.
selectedReport
.
configurableFilters
){
this
.
pdFilters
=
this
.
selectedReport
.
uiFilters
;
this
.
pdFilters
.
map
(
filter
=>
{
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Topics
Snippets