RSS Feed/News Changing the trigger_date for a job

Status
Not open for further replies.

ENXF NET

Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
Joined
Nov 13, 2018
Messages
23,488
Points
823

Reputation:

I am wanting to allow users to be able to change the date for their scheduled blog posts if they edit one before the current trigger_date assigned to the job/before it's state becomes visible.

I was able to get the job and it's details with:

PHP:

Code:
        $app = \XF::app();
        $job = $app->jobManager()->getUniqueJob('taylorjblogs_scheduledpost_115_1724429774');

But I can't find any methods/functions on that to change anything, mainly the trigger_date.

Would I just go about it like...

Read more

Continue reading...
 
Status
Not open for further replies.
Top