feat(form): Action/method attribute for form
Merge request reports
Activity
added 1 commit
- 84800450 - tests: namespaces
By Dyszczo on 2020-07-20T10:43:13 (imported from GitLab)
assigned to @marcinkolanko and unassigned @Dyszczyk
By Dyszczo on 2020-07-21T11:08:04 (imported from GitLab)
Nie mam do czego się doczepić ;) Jedyne co mi nie pasuje to klucze method i action z
'form' => $this, 'method' => $this->get_method(), // backward compat 'action' => $this->get_action(), // backward compat
ale w celu zachowania kompatybilności wstecznej muszą zostać ;)
By Marcin Kolanko on 2020-07-22T06:51:36 (imported from GitLab)
Edited by Krzysztof Dyszczykassigned to @Dyszczyk and unassigned @marcinkolanko
By Marcin Kolanko on 2020-07-22T06:51:54 (imported from GitLab)
mentioned in commit 8d02cf06
By Dyszczo on 2020-07-22T07:55:26 (imported from GitLab)
Please register or sign in to reply