When clearing caches, I'm getting:

Notice: Undefined property: stdClass::$description in bean_admin_ui_bean_types() (line 89 of /*********/sites/all/modules/bean/bean_admin_ui/bean_admin_ui.module).

I assume that this happens because I did not provide a description for a Bean-type.

I'd work around it by completing the description, but, I have the other problem too: see http://drupal.org/node/1452312

Comments

denes.szabo’s picture

Status: Active » Needs review
StatusFileSize
new595 bytes

I got same error after cache clearing. I attached a quick fix patch to avoid this notice.

Status: Needs review » Needs work

The last submitted patch, empty_description_fix-1452368-1.patch, failed testing.

denes.szabo’s picture

Status: Needs work » Needs review
StatusFileSize
new595 bytes

Maybe I need create this patch from the bean_admin_ui directory?

Status: Needs review » Needs work

The last submitted patch, empty_description_fix-1452368-3.patch, failed testing.

denes.szabo’s picture

Status: Needs work » Needs review

Status: Needs review » Needs work

The last submitted patch, empty_description_fix-1452368-3.patch, failed testing.

denes.szabo’s picture

Status: Needs work » Needs review
indytechcook’s picture

Status: Needs review » Reviewed & tested by the community

Looks like the testbot is showing a false negative. this patch looks good, setting to RTBC

indytechcook’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.