Meysam Approved

Member since: 2015-01-16

Recent posts by Meysam
Post When

I could do it this way:

<div class="input-group">
  <select
      class="form-control custom-select"...

Posted in How to show select and button controls next to each other?

How can I put select and button controls next to each other in a backend form? I want to achieve som...

Posted in How to show select and button controls next to each other?

Got it

That's because RelationController has been designed to be used only where the create or updat...

Posted in Manually rendering a form widget

I want to manually render a form widget. For this purpose, whenever the user clicks on one of the re...

Posted in Manually rendering a form widget

In the fields.yaml definition file, I have a relation form widget to specify the language of the mod...

Posted in How to set the default value of a dropdown by label?

Now it works, the problem was the wrong relation name "meanings" in this line:

$meaningsRelation = $...

Posted in Calling "relationRefresh()" does not refresh the relation list when creating a new model

As you can see in my initial post, I have commented that line because LukeTowers and daftspunk belie...

Posted in Calling "relationRefresh()" does not refresh the relation list when creating a new model

Yes, it's enabled. I get the session key here:

$sessionKey = $this->formGetSessionKey();

Posted in Calling "relationRefresh()" does not refresh the relation list when creating a new model

I am using deferred binding:

$meaningsRelation->add($word, $sessionKey);

Posted in Calling "relationRefresh()" does not refresh the relation list when creating a new model

Related posts:

Posted in Calling "relationRefresh()" does not refresh the relation list when creating a new model