msyavuz commented on PR #42898:
URL: https://github.com/apache/superset/pull/42898#issuecomment-5331226864

   Starting state
   
   ```
   {
     "cascadeParentIds": [],
     "chartsInScope": [],
     "controlValues": { "enableEmptyFilter": false },
     "defaultDataMask": { "extraFormData": {}, "filterState": {}, "ownState": 
{} },
     "description": "",
     "filterType": "filter_time",
     "id": "NATIVE_FILTER-V_UJOthxN8gCeYSD0id9b",
     "name": "Time Range",
     "scope": { "excluded": [], "rootPath": ["ROOT_ID"] },
     "tabsInScope": ["TAB-d-E0Zc1cTH", "TAB-4fthLQmdX"],
     "targets": [{}],
     "type": "NATIVE_FILTER"
   }
   ```
   
   Master after saving
   
   ```
   {
     "controlValues": { "enableEmptyFilter": false },
     "datasourceType": "table",
     "defaultValueQueriesData": null,
     "description": "",
     "filterType": "filter_time",
     "id": "NATIVE_FILTER-V_UJOthxN8gCeYSD0id9b",
     "name": "Time Range renamed",
     "requiredFirst": {},
     "scope": { "excluded": [], "rootPath": ["ROOT_ID"] },
     "type": "NATIVE_FILTER"
   }
   ```
   
   This branch after saving
   
   ```
   {
     "cascadeParentIds": [],
     "controlValues": { "enableEmptyFilter": false },
     "defaultDataMask": { "extraFormData": {}, "filterState": {}, "ownState": 
{} },
     "description": "",
     "filterType": "filter_time",
     "id": "NATIVE_FILTER-V_UJOthxN8gCeYSD0id9b",
     "name": "Time Range renamed",
     "scope": { "excluded": [], "rootPath": ["ROOT_ID"] },
     "targets": [{}],
     "type": "NATIVE_FILTER"
   }
   ```


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to