cancel
Showing results for 
Search instead for 
Did you mean: 

SAP MDK: Attachment delete button not working in Web version

istvanherman
Explorer
0 Kudos

Hello,

I would like to ask support.
At the moment I am implementing an application in which I would like to use the Attachment form cell control but in Web version the Delete button is not working. Nothing happens when I click on it. On Mobile it is working properly.

istvanherman_0-1711534123926.png

Here is my code snippet for this control:

 

 

						"_Type": "Control.Type.FormCell.Attachment",
							"_Name": "ProblemAttachments",
							"IsVisible": true,
							"Separator": true,
							"AttachmentActionType": [
								"AddPhoto",
								"TakePhoto",
								"SelectFile"
							],
							"AllowedFileTypes": [
								"jpg",
								"png",
								"pdf",
								"mp4"
							]

 

 

Thank you in advance!

View Entire Topic
Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert
0 Kudos

I am able to reproduce this issue on my side. We'll investigate it further. 

istvanherman
Explorer
0 Kudos
Great, thank you very much!