Account created on 29 December 2009, over 14 years ago
#

Merge Requests

Recent comments

πŸ‡ͺπŸ‡ΈSpain juampynr

HI @vipin.mittal18,

I have made you a maintainer of REST_UI module.

Thanks for the help!

πŸ“Œ | REST UI | New release??
πŸ‡ͺπŸ‡ΈSpain juampynr

Sorry for the late response kamkejj and vipin.mittal18.

kamkejj: I have made you a maintainer of this module.

πŸ‡ͺπŸ‡ΈSpain juampynr

For reference, in Workbench Moderation 7.x-2.x-dev, this worked to me to unpublish a node:


$node = node_load(218821);
$node->status = NODE_NOT_PUBLISHED;
$node->event = 'to_unpublished';
node_save($node);
πŸ‡ͺπŸ‡ΈSpain juampynr

Here is an updated version which fixes the following warning:

Warning: array_reverse() expects parameter 1 to be array, null given in _conditional_fields_field_parent_bundle() (line 2061 of conditional_fields.module)
Production build 0.69.0 2024