I have a middle table that connects a custom entity ("event") with contacts ("participants"). The participants appear as a list in the event entity.
The middle table has additional columns (that I already put in place using MySQL).
So the table looks like this:
event_id, participant_id, role, mode, note, deleted
Looking for someone who could render the additional columns (role, mode, note) visible and editable in a custom entity and in the bottom panels in the contacts. The role and mode are enums, the note is text or varchar. They should appear next to the name in the event entity. They should also be editable.
I need it fast (like by tonight).
The middle table has additional columns (that I already put in place using MySQL).
So the table looks like this:
event_id, participant_id, role, mode, note, deleted
Looking for someone who could render the additional columns (role, mode, note) visible and editable in a custom entity and in the bottom panels in the contacts. The role and mode are enums, the note is text or varchar. They should appear next to the name in the event entity. They should also be editable.
I need it fast (like by tonight).
Comment