johannes-ws commented on issue #34688:
URL: https://github.com/apache/superset/issues/34688#issuecomment-3187911325
I already send a post request to <code>/api/v1/tag/2/13/</code> which 13 is
my dashboard id. When i try to get request to
<code>/api/v1/tag/get_objects/</code>, it gives this response.
{
"result": [
{
"changed_on": "2025-08-12T09:59:43.326156",
"created_by": null,
"creator": "",
"id": 13,
"name": "Trends",
"owners": [],
"tags": [
{
"id": 1,
"name": "temp-tag",
"type": "TagType.custom"
}
],
"type": "chart",
"url": "/explore/?slice_id=13"
}
]
}
I already also try to edit <code>"cross_filters_enabled": false</code> to be
<code>true</code>, but it still gives the same problem with no tags. What
should i do? Is this bug or not? @dosu
--
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]