Bug fix for attaching files to a BB Post.
This commit is contained in:
File diff suppressed because it is too large
Load Diff
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user