User tests: Successful: Unsuccessful:
This removes some unneeded jQuery dependency on submit functions!
apply patch and validate that form submission is working for administrator:
com_admin
com_banners
com_categories
com_contact
com_content
com_finder
Labels |
Added:
?
|
@dgt41 @phproberto I think we are all-set... right? This PR needs one more test: can you test it, Roberto?
In com_plugins,
com_plugins/views/plugin/tmpl/edit.php
Save and Save & close not working without :
jQuery(document).ready(function()
....
Should not it be this ?
jQuery(document).ready(function() {
Joomla.submitbutton = function(task)
{
if (task == 'plugin.cancel' || document.formvalidator.isValid(document.getElementById('style-form'))) {
Joomla.submitform(task, document.getElementById('style-form'));
}
}
});
Category | ⇒ | JavaScript |
@anibalsanchez can you test this one?
com_admin OK
com_banners OK
com_categories OK
com_contact OK
com_content OK
com_finder Minor issue, the validator is allowing the form submission in Search Filters, and the mandatory field warning is caught server-side
Two good tests setting to RTc - thanks
This comment was created with the J!Tracker Application at issues.joomla.org/joomla-cms/5255.
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
@wilsonge Some insights:
administrator/components/com_admin/views/profile/tmpl/edit.php
no text area, everything ok
administrator/components/com_banners/views/banner/tmpl/edit.php
text area at description saves ok
administrator/components/com_banners/views/client/tmpl/edit.php
text area at Additional Information saves ok
administrator/components/com_categories/views/category/tmpl/edit.php
version note is not saved ??
administrator/components/com_contact/views/contact/tmpl/edit.php
saves ok
administrator/components/com_content/views/article/tmpl/edit.php
saves ok
administrator/components/com_finder
ok
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2014-12-22 22:55:11 |
@test works fine here as well. Merging
Labels |
Removed:
?
|
@dgt41
Are the seach tools also in this PR?
I get there:
Uncaught TypeError: Cannot read property 'options' of null
com_admin:
Uncaught TypeError: undefined is not a function