Skip to content

Commit cd7dcc2

Browse files
committed
feat: Use new viewer on process app - EXO-78192 (#437)
This change will use new meeds attachment viewer on process app
1 parent 705221a commit cd7dcc2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

processes-webapp/src/main/webapp/vue-app/processes/components/attachments-integration/ProcessesAttachments.vue

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
5454
v-for="attachment in attachments.slice(0, 2)"
5555
:key="attachment.id"
5656
:attachment="attachment"
57+
:attachments="attachments"
5758
:can-access="attachment.acl && attachment.acl.canAccess"
5859
:allow-to-detach="false"
5960
:open-in-editor="true"

0 commit comments

Comments
 (0)