loreal-global-kickoff/js
DJP 11ebcf8dd3 Fix preview table rendering - convert PHP object to JavaScript array
Issue: PHP's iterator_to_array() returns associative array with numeric keys
which JavaScript receives as an object {1: {...}, 2: {...}}, not an array.

Fix: Convert object to array using Object.values() before rendering table.
Added to both initial preview and file selector preview.

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-17 17:33:10 -05:00
..
app.js Add Lookup button and nested folder contents display 2025-11-17 14:48:25 -05:00
global-to-local.js Fix preview table rendering - convert PHP object to JavaScript array 2025-11-17 17:33:10 -05:00