You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've found a couple of issues when removing people from Events. Here is what I did:
Create an Event and add people.
Go Back to the home page and click the arrow to expand the event.
By the person, click the X icon.
Issue 1) The pop-down yes / cancel dialog could do with some CSS
If I click YesThe person is removed from the event (via the removeEventPeople() function)
The person no-longer appears connected with the event.
If I then click the 'spanner' edit icon by the event (createEvent.php) and scroll down,the person is still ticked.
To add then, I need to un-tic, update,edit, tick and update.
Either the removeEventPeople() function needs to be changed to delete the record OR The createEvent.php page needs to take into account the deleted flag.
I don't know the history so am not sure which direction you are heading.
Thanks
Steve
The text was updated successfully, but these errors were encountered:
I can reproduce both problems. I am planning to look for that tomorrow (Friday). The whole process of checkboxes and deleting is by former developer David, so I need to think through it. Maybe the deleted flag was introduced by me, I am not sure anymore.
Might be the easiest to reduce to one functionality, i.e. only via createEvent (because in most cases when you delete one person, you want to add another one right away - therefore you need to go there anyways).
Hi,
Version: 2.6.2 - GitHub Master
I've found a couple of issues when removing people from Events. Here is what I did:
Issue 1) The pop-down yes / cancel dialog could do with some CSS
Either the removeEventPeople() function needs to be changed to delete the record OR The createEvent.php page needs to take into account the deleted flag.
I don't know the history so am not sure which direction you are heading.
Thanks
Steve
The text was updated successfully, but these errors were encountered: