Closed filipe-carvalho closed 4 years ago
+1
@Tulis2 instead of "+1" what about debugging this and providing a PR?
Hi, maybe calling $this->getParent()
?
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
I'm Struggeling with the same Problem.
Found out, that when using ModelType the following GET Parameters are passed to request
code
pcode
uniqid
and puniqid
but neither pcode
nor puniqid
is used anywhere else in code.
Shouldnt those be read in CRUDController::configureAdmin()
?
Hello Dear Comunity I had implemented a child admin class based on documentation of sonata (SEE HERE)
Imagine this EXAMPLE:
ENTITY ( 2 ENTITIES)
Wizard:
Wizard Child
SERVICES
Parent Admin Service:
Child Admin Service:
ADMIN CLASSES
In the parent admin class of the configureform method i add the field that references the child admin ( from my entity i can acess the wizardchild entity based on the property childs):
Imagine that in my wizard child admin i want to acess the parent admin like this
PROBLEM
the problem is that ever time i click to add a new wizard child from my wizard admin the dump of the root stills gives me my class instead of parent , why this is happening ?
Could this be a bug or i am doing something wrong ? How can i acess the parent admin class from my child admin class ???
Thanks in advance :)