Commit c0578d3
John75SunCity
fix: Correct template ID for bulk upload (portal_document_bulk_upload)
ISSUE:
- 500 error: View 'records_management.portal_bulk_upload' not found
- Controller referenced non-existent template ID
FIX:
- Changed template reference from 'portal_bulk_upload' to 'portal_document_bulk_upload'
- Template exists in portal_document_bulk_upload.xml
Files changed:
- records_management/controllers/portal_document_bulk_upload.py (line 43)1 parent 2cc56fd commit c0578d3
File tree
1 file changed
+1
-1
lines changed- records_management/controllers
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | | - | |
| 43 | + | |
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
| |||
0 commit comments