-
Notifications
You must be signed in to change notification settings - Fork 438
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
Added ability to ignore assets #222
base: master
Are you sure you want to change the base?
Added ability to ignore assets #222
Conversation
You can now set the `wbraganca\dynamicform\DynamicFormAsset` bundle to `false` when do not want to include the JavaScript file.
The fixes for the Javascript problems with Yii 2.0.13 helped a bunch! thanks! |
Thanks! Feel free to remove my name |
I am still having an issue with creating the 1st element in a 0 to X list. I'm not seeing where things are failing, have you seen this? ... I have a copy in my own repo, I'm doing the same thing. |
@SteveSimpson can you pls. prepare a separate pull request with only the fixes of the js? As this seems to solve the issue #224 |
There is still a problem with creating the first element on a list that is 0 to N. Then clone call is not making the new item show. I am looking at that one now.
…Sent from my iPhone
On Nov 22, 2017, at 10:28 AM, Philipp Frenzel ***@***.***> wrote:
@SteveSimpson can you pls. prepare a separate pull request with only the fixes of the js? As this seems to solve the issue #224
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Has @wbraganca abandoned this project? I am keen to adopt the @mabentley85 package but if this project is still live I would like to stick with it without creating a mess in managing composer. As my project is a production system I would like to keep it clean as poss. |
What needs to be changed in the code to solve this problem? |
+1 |
Thank you very much for your work! You saved my work, which needs a nested solution in a dynamic view! |
You can now set the
wbraganca\dynamicform\DynamicFormAsset
bundle tofalse
when do not want to include the JavaScript file.