Bug fix for attaching files to a BB Post.

This commit is contained in:
Scott Idem
2025-04-29 14:33:17 -04:00
parent f2384f2714
commit 007eb4ec9f
2 changed files with 1011 additions and 1011 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -425,7 +425,7 @@ function send_staff_notification_email() {
accept="image/*, .docx, .pdf, .pptx, .key"
class_li="border border-gray-300 rounded-md p-2 bg-gray-100 hover:bg-gray-200"
link_to_type="post"
link_to_id={$idaa_slct.post_obj.post_id}
link_to_id={$idaa_slct.post_obj.post_id_random}
bind:hosted_file_id_li={$idaa_slct.post_obj.hosted_file_id_li}
bind:hosted_file_obj_li={$idaa_slct.post_obj.hosted_file_obj_li}
bind:upload_complete={$idaa_slct.post_obj.upload_complete}