Fix text issue when deleting an object #209

Closed
opened 2019-05-09 04:20:54 +00:00 by korina.cordero · 6 comments
korina.cordero commented 2019-05-09 04:20:54 +00:00 (Migrated from gitlab.com)

When user deletes an object (any object), the confirmation for deletion displays this:

"Are you sure you want to delete undefined?"

In the list.html.twig files for the objects, this line doesn't set the id that should be displayed in the confirmation box.

var id = $(this).data('id');

When user deletes an object (any object), the confirmation for deletion displays this: "Are you sure you want to delete undefined?" In the list.html.twig files for the objects, this line doesn't set the id that should be displayed in the confirmation box. `var id = $(this).data('id');`
korina.cordero commented 2019-05-10 01:19:33 +00:00 (Migrated from gitlab.com)

assigned to @korina.cordero

assigned to @korina.cordero
korina.cordero commented 2019-05-10 01:19:35 +00:00 (Migrated from gitlab.com)

mentioned in merge request !245

mentioned in merge request !245
korina.cordero commented 2019-05-10 01:19:35 +00:00 (Migrated from gitlab.com)

created merge request !245 to address this issue

created merge request !245 to address this issue
korina.cordero commented 2019-05-10 01:44:46 +00:00 (Migrated from gitlab.com)

mentioned in commit 40da013c5c

mentioned in commit 40da013c5c7fb701d4cf703349a73e36d08068ed
jankstudio commented 2019-05-27 02:03:55 +00:00 (Migrated from gitlab.com)

closed via merge request !245

closed via merge request !245
jankstudio commented 2019-05-27 02:04:01 +00:00 (Migrated from gitlab.com)

mentioned in commit 744cb9946a

mentioned in commit 744cb9946a9e725b5410977c7805da8da83574f3
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: rgutierrez/resq#209
No description provided.