Closed (fixed)
Project:
Quick Node Block
Version:
8.x-1.x-dev
Component:
Code
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Oct 2019 at 10:55 UTC
Updated:
13 Apr 2020 at 21:39 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
fernly commentedSee the attached patch for a solution.
Comment #3
fernly commentedNew patch, fixed one more notice concerning this issue.
Comment #4
saesa commentedDoes the problem occur when you place a new block? What configuration has been applied to the block? I would need more information, thanks.
Comment #5
fernly commentedWhen creating a new block, the block settings form tries to load non existing config which causes the error.
Steps to reproduce:
Comment #6
saesa commentedI did the following:
If you could further expand the information, thanks.
Comment #7
arnaldopI'm finding that, while the general points of this patch fix my problem, something is off with where the changes are applied.
Some of the changes containing
??are already present in 8.x-1.2, and some are not. Thus, the patch fails.I am attaching a patch that has no conflicts with 8.x-1.2, and applies the
??changes to the lines specified in the #3 patch.I do not have a clean environment to test with, and I already had Quick Node Block working in other sections, but I found the problem when I tried to add a new Quick Node Block via the "Place Block" button within a Context. I cannot say it's specific to the Contexts module.
Comment #8
arnaldopUgh, hate it when this happens.
The root path was wrong in patch #7.
Here's the update.
Comment #9
arnaldopSo sorry, I missed a line in the last patch.
Comment #10
saesa commentedIt is not possible to apply the patch
src/Plugin/Block/QuickNodeBlock.php:97Comment #11
naveenvalechaHere's the fresh patch
Comment #13
saesa commentedChanges made, thanks!