fix: show creator name prominently in detail panels and public review pages
All checks were successful
Deploy / deploy (push) Successful in 12s
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user