Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Notice: Undefined index: description - Backdrop 1.10.0 #3125

Closed
findlabnet opened this issue May 16, 2018 · 3 comments
Closed

Notice: Undefined index: description - Backdrop 1.10.0 #3125

findlabnet opened this issue May 16, 2018 · 3 comments

Comments

@findlabnet
Copy link

Describe your issue or idea

After update to 1.10.0 in dblog
Notice: Undefined index: description in block_block_info() (line 115 of /.../core/modules/block/block.module).

Steps to reproduce (if reporting a bug)

Existing custom block have not value for new field "Admin description"
After fill it in and save - all OK.

Actual behavior (if reporting a bug)

Any request to site generate notice.

Expected behavior (if reporting a bug)

Check field if not empty.

@opi
Copy link

opi commented May 17, 2018

Introduced in bce9f4593a by @quicksketch, so asking for a review ;)

Fixed by PR backdrop/backdrop#2194

@quicksketch
Copy link
Member

Thanks! I reset the $block_info array in your PR to be safe that we don't accidentally mix up items each time through the loop. Marking RTBC for merging after next test run finishes.

@quicksketch
Copy link
Member

Merged backdrop/backdrop#2194 into 1.x and 1.10.x for 1.10.1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants