Skip to content

updaing Unknown and none issue#72

Merged
victorSauceda merged 1 commit intomainfrom
68-unknown-and-none-in-submission-review-form
Dec 13, 2025
Merged

updaing Unknown and none issue#72
victorSauceda merged 1 commit intomainfrom
68-unknown-and-none-in-submission-review-form

Conversation

@victorSauceda
Copy link
Collaborator

Changes Made:

  1. Only show changed fields (AdminPanel.tsx:1361-1473)

Each field in the comparison table now only displays if it actually has a change. I wrapped each TableRow in a conditional check that verifies the field exists in the changes object before rendering it. This means:

  • If Aliases didn't change, the entire Aliases row won't appear
  • Same for Name, Description, Tags, Video Link, etc.
  • Only modified fields will be shown in the comparison
  1. Fixed tag names showing as 'Unknown' (AdminPanel.tsx:1449)

The tags in the changes object are already stored as tag names (strings), not IDs. I removed the incorrect lookup logic that was trying to find tags by ID and now simply display the tag names directly using .join(", ").

@victorSauceda victorSauceda linked an issue Dec 13, 2025 that may be closed by this pull request
@netlify
Copy link

netlify bot commented Dec 13, 2025

Deploy Preview for f3-the-codex-demo ready!

Name Link
🔨 Latest commit 1d8acee
🔍 Latest deploy log https://app.netlify.com/projects/f3-the-codex-demo/deploys/693ccd256fb6780008c2581c
😎 Deploy Preview https://deploy-preview-72--f3-the-codex-demo.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@victorSauceda victorSauceda merged commit cbe1685 into main Dec 13, 2025
7 of 9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

'Unknown' and 'None' in Submission Review Form

1 participant