Label (On/Off) Status Not Updating Properly

🧾 Summary: When toggling Labels (On/Off) on a post, the label appears removed from the management interface, but the status remains active and still appears on the post. This creates confusion between the backend status and the frontend display.
🧪 Steps to Reproduce:
- Go to the ArcBlock Community site.
- Open any post with labels applied.
- Toggle the Label Off (disable/remove).
- Refresh the page or reopen the post.
💥 Actual Result:
- Label status shows as removed in the settings interface.
- However, the label remains visible on the post itself.
✅ Expected Result:
- When turning a label Off, it should be completely removed from both the management interface and the visible post.
⚙️ Possible Cause:
- Frontend caching issue not updating the label display in real time.
- API or database sync delay between label status and post rendering.
📂 Category: UI/UX — Label Management 🧱 Severity: 🟡 Low to Medium 🎯 Priority: Medium (Affects content moderation and clarity of post labeling)
3 条回复
Reference: https://community.arcblock.io/discussions/79f91e9e-574e-419e-b841-74d89acb7392
According to the logs, you removed the "status" tag and then added it. Only what's inside the red box is considered your final action.
ok