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!

Accepted Solutions (1)

Accepted Solutions (1)

istvanherman
Explorer
0 Kudos

Hello @Jitendra_Kansal,

I have migrated my project to the new MDK version 24.4 but it is still an issue.

Do you have any info regarding this issue?

Thank you!

Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert

@istvanhermanWe just released 24.4 release on MDK web preview runtime and it includes this fix.

Please do the following:

  • delete .project.json in your MDK project in BAS
  • Deploy to Cloud Foundry and select Preview option (24.4.0)
istvanherman
Explorer
0 Kudos
Thank you, it is working.
istvanherman
Explorer
0 Kudos
Could you tell me what 'preview' means exactly and when the new features will be available in the 'production'?
Jitendra_Kansal
Product and Topic Expert
Product and Topic Expert

MDK web preview runtime was introduced two years ago. This would help customers testing the latest features before rolling them to production.

  • For any MDK major release (like 24.4.0), the preview web runtime will be updated first and, after two weeks, the production web runtime will be updated.
  • For any MDK patch release (like 24.4.1), both the preview and production web runtimes will be updated at the same time.

Answers (1)

Answers (1)

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!