I love this module, thank you !!!

When I open the ADD new patch UI "node/add/patch", I get this message.

Notice: Undefined property: stdClass::$body_label in patch_manager_form() (line 115 of /home/intinvgrp/public_html/sites/all/modules/patch_manager/patch_manager.module).

I ignore the message and all other function works fine.

CommentFileSizeAuthor
#3 Screen-Shot-2022-02-23-at-7.43.34-PM.jpg133.02 KBi.koychev

Comments

shaisamuel’s picture

I was able to get over this, and many more with adding error_reporting(E_ALL & ~E_NOTICE); to my setting.php file, as shown in #1913314, and many more similar errors.

i.koychev’s picture

After installing the module, the body field is missing, therefore this error appears.

i.koychev’s picture

StatusFileSize
new133.02 KB

Here is the screenshot of the patch content type.