Course View Event Not Working

Re: Course View Event Not Working

by Mayank Tyagi -
Number of replies: 2

I found there is no object id generated for this event. Therefore when I removed the condition 

if( empty($event->objectid)) {
		
	      return;
        }

It's working fine. Is it fine?


In reply to Mayank Tyagi

Re: Course View Event Not Working

by Sooraj Singh -

Hello Guys

I also face the same issue .i'm trying to perform some action during view event but not able to do that.if you guys come up with the solution please let me know.

Regards:

Sooraj singh

In reply to Sooraj Singh

Re: Course View Event Not Working

by Mayank Tyagi -

Thanks for your response. Just skip the event objectid and it will work. But I don't think so it is standard way,