fix: show creator name prominently in detail panels and public review pages
All checks were successful
Deploy / deploy (push) Successful in 12s

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
fahed
2026-03-07 02:13:15 +03:00
parent 35a0c4d6ce
commit c9d0b8f151
5 changed files with 15 additions and 3 deletions

View File

@@ -3897,6 +3897,7 @@ app.get('/api/public/review/:token', async (req, res) => {
res.json({
...artefact,
brand_name: await getRecordName('Brands', artefact.brand_id),
creator_name: await getRecordName('Users', artefact.created_by_user_id),
approvers,
version: versionData,
version_number: reviewVersionNumber,