Closed (fixed)
Project:
Invite
Version:
8.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Apr 2018 at 00:07 UTC
Updated:
9 May 2018 at 18:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
nkoporecHi, facing the same issue after debugging I found out that the problem is in Invite entity.In annotation, it has a delete link which routes to form that doesn't exist.I was trying to create a form to delete the invite entity but kept getting errors(I was extending the EntityConfirmFormBase).... so here is a quick fix patch which removes the delete link.If you still want to delete the invite, then your only solution is to create a custom form and add custom views field.
Comment #3
renatog commentedReally We need create new solution for delete function.
I applied the patch and really works good.
Thank you for the patch.
Comment #5
renatog commentedCommitted to the dev branch. Thank you very much for the contribution. Best,