Postponed (maintainer needs more info)
Project:
Entity UI Builder
Version:
8.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
25 Mar 2019 at 19:04 UTC
Updated:
1 Apr 2019 at 20:30 UTC
Jump to comment: Most recent

Comments
Comment #2
joachim commentedCould you check you have the latest version of the code?
I've just added a tab to nodes, with the same settings as in your screenshot, and it's working fine.
Comment #3
giorgoskI am on latest version
I have tried to install just now on a different test installation (not completely clean) and I get error on enabling module
I does not complete install but it seems the system has it as enabled and it can't be really uninstalled with drush or from within GUI
On status page I see
Trying to go to
admin/structure/typeslead to WSOD and get this on the logsInstalled on simplytest.me with version 1.0.0 I get exactly the same behaviour
I can't access the
admin/structure/typesand see the same problems in the logs and status pageIs there any more information that you would like to see ? or how can I be of help ?
Comment #4
joachim commented> Recursive router rebuild detected.
That's a separate problem which I discovered just today, and which I need to fix.
I don't think it's related to your original problem.
Comment #5
joachim commented> Recursive router rebuild detected.
I've just pushed a fix for that and made a new release. Can you try again please?
Comment #6
giorgoskNow the problem is only on clicking the tab (configured as the original image)
here what I see in the logs
Do you want it as a seperate issue ? If you need more info please let me know.
Comment #7
joachim commented> Exception: The $target_entity parameter must be specified for the view operation. in Drupal\entity_ui\Entity\EntityTab->access() (line 123 of /home/domain.com/web/modules/contrib/entity_ui/src/Entity/EntityTab.php).
I don't really know how you can be getting that, as there must be a target entity for you to be seeing something at all!
Can you post the config export of your entity tab please?
And also can you try debugging to see why that parameter isn't set?
Comment #8
giorgoskPerhaps there is something in my installation that created this
I installed on a clean installation just to test it and works fine
If I do get the time to investigate further I will post any findings
Thanks
Comment #9
joachim commented> I installed on a clean installation just to test it and works fine
That's a relief. Thanks for reporting back!