-
Goal: When i refresh a page a bunch of old hash parameters pop up even though I have removed them from the app many versions ago. I want these to go away.
-
Steps: I have looked for these in the application and i can only find them when i export to json and inspect it. They seem to be in stuck there with me unable to remove them. I attempted to see what other app json files look like but i can not find this section in another app.
What is this $urlFragments..? This is the only app i have with it it appears. Any way i can get these hash parameters that seem to be stuck in limbo off my app?
"$urlFragments": {
"id": "$urlFragments",
"type": "setting",
"subtype": "UrlFragments",
"resourceName": null,
"resourceDisplayName": null,
"template": {
"value": {
"view_key": "{{ tabbedContainer1.currentViewKey }}",
"opp_type": "{{ select_opp_type_filter.value }}",
"opp_owners": "{{JSON.stringify(filter_select_opps_table_owner.value)}}",
"opp_statuses": "{{JSON.stringify(opp_status_filter.value)}}",
"opp_stages": "{{JSON.stringify(filter_checkbox_opps_table_stage.value)}}"
}
},
"style": null,
"position2": null,
"mobilePosition2": null,
"mobileAppPosition": null,
"tabIndex": null,
"createdAt": "2024-11-06T17:24:14.761Z",
"updatedAt": "2024-11-15T15:31:46.590Z",
"container": "",
"folder": "",
"screen": null
},```