Developer profile: delete apps button, bugged in versions greater than 4

Hello everyone!

I just want to share a possible bug that I have found in Open Ondemand versions 4+.

I’m enabling dev profile for the users of a cluster on a new installation, and making some tests I found the following:

Usually, when you go to “My Sandbox Apps (DEV)” and then open one of the applications, you find a button to delete the app at the end of the form. This button opens a textbox with instructions to delete this app via a command line

But I was searching and it seems like the version 4 and upper ones have not this textbox working. This button is doing nothing then (I’ve tested in 3 or 4 different 4. versions)

Is anyone having the same type of issues?

Best regards!

I would say open a github issue for the same. This is likely to be lost & forgotten if left here by itself.

1 Like

I checked on version 4.0.7 and behavior seems to be as you describe where the Delete App button does nothing.

It looks like a Bootstrap version 4 vs 5 syntax issue. Using this instead worked for me -
<button type="button" class="btn btn-danger float-end" data-bs-toggle="collapse" data-bs-target="#delete-panel"> Delete App </button>

1 Like
1 Like