Pulling my hair out! I have two skuid pages that create cases, attach files to them and gives the user a preview of the files they have uploaded. 1 page previews great and the other doesn’t. Why would the preview table fail on one page and not on the other? Models and components are identical! Any thoughts on what I should investigate?
The happy page creates a case, lets the user attach a files and displays the name of the file in a table component (as a preview for the user).
Beautiful!
The other page works very similarly, creates a case record, attach a file but the preview table doesn’t show the files I am uploading. The files ARE attaching to the new case but the table is not showing them. I have carefully compared the models and components and they appear identical. I cannot find a difference.
Any thoughts on what could keep this from working correctly??
Process:
- Create a case from field editor component
- Action button saves new case model and opens a pop-up
- Pop-up has upload component (based on new case model) and table (based on attachment model)
- Upload component works great! (saves file to record successfully) Table component on bad page doesn’t update with the new file listed.