Changing a child event

  • Arbind Bhagat
  • Topic Author
  • Offline
  • Elite Member
  • Elite Member
More
6 years 3 months ago #130671 by Arbind Bhagat
Changing a child event was created by Arbind Bhagat
How could I change a child event so that it is no longer a child event and is then a standalone event?

Please Log in or Create an account to join the conversation.

More
6 years 3 months ago #130679 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Changing a child event
As of right now, we do not have a way to do that in the UI. Somehow, you will need to change it via database. Look for #__eb_events table, find the record and:

- Change event_type to 0
- Change parent_id to 0

After that, it will become a standard event, not child event anymore

Tuan

-

Please Log in or Create an account to join the conversation.

Moderators: Tuan Pham Ngoc