? Success

User tests: Successful: Unsuccessful:

avatar Fedik
Fedik
10 Dec 2016

Summary of Changes

This patch fix new calendar field to work in the subform field

Testing Instructions

Make sure that calendar field work in the subform
Example xml, can place in "Custom HTML" module xml (somwhere in params fieldset):

<field name="items" type="subform"  multiple="true"  label="Subform Field" >
  <form>
    <field name="something"  type="calendar" label="Calendar" />
  </form>
</field>

Documentation Changes Required

none

avatar Fedik Fedik - open - 10 Dec 2016
avatar Fedik Fedik - change - 10 Dec 2016
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 10 Dec 2016
Category JavaScript
avatar Fedik
Fedik - comment - 14 Jan 2017

can we have some test here? so the calendar field will be fully working in J3.7

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 14 Jan 2017

@Fedik can you please instruct where to place the example.xml or put Code in and where to look if calendar work in subform field?

avatar Fedik Fedik - change - 14 Jan 2017
The description was changed
avatar Fedik Fedik - edited - 14 Jan 2017
avatar Fedik
Fedik - comment - 14 Jan 2017

I have updated description a bit,
can place in "Custom HTML" module xml, somewhere in params fieldset

avatar joomdonation
joomdonation - comment - 14 Jan 2017

It works:

  1. Before patch: We could not select a date from calendar form field in sub-form

  2. After path: We can select a date from calendar

The only thing is the sub-form container looks too large (both before and after patch - unrelated to this PR), not sure if we have to care about it or not. If not, let me know and I will mark the test success

sub-form-calendar-test

avatar joomdonation
joomdonation - comment - 14 Jan 2017

@franz-wohlkoenig

Put the XML code above to the file modules/mod_login/mod_login.xml after this line, https://github.com/joomla/joomla-cms/blob/staging/modules/mod_login/mod_login.xml#L130

Then edit the Login module, check that sub form field, make sure you can select date from the calendar

avatar Fedik
Fedik - comment - 14 Jan 2017

@joomdonation I did not touched the styling, in theory it should be the same as in other places

avatar joomdonation
joomdonation - comment - 14 Jan 2017

I have tested this item successfully on 50b83cf

It works:

  1. Before patch: We could not select a date from calendar form field in sub-form

  2. After path: We can select a date from calendar. Also, the standard calendar form field still works as before


    This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13153.

avatar joomdonation joomdonation - test_item - 14 Jan 2017 - Tested successfully
avatar joomdonation
joomdonation - comment - 14 Jan 2017

@Fedik : Yes, I know and mentioned that it is unrelated to this PR. Marked my test as success.

avatar franz-wohlkoenig
franz-wohlkoenig - comment - 14 Jan 2017

I have tested this item successfully on 50b83cf

Thanks for helping on instructions.


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13153.

avatar franz-wohlkoenig franz-wohlkoenig - test_item - 14 Jan 2017 - Tested successfully
avatar jeckodevelopment jeckodevelopment - change - 14 Jan 2017
Status Pending Ready to Commit
avatar jeckodevelopment
jeckodevelopment - comment - 14 Jan 2017

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13153.

avatar wilsonge wilsonge - change - 14 Jan 2017
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2017-01-14 20:17:23
Closed_By wilsonge
avatar wilsonge wilsonge - close - 14 Jan 2017
avatar wilsonge wilsonge - merge - 14 Jan 2017
avatar seanjermey
seanjermey - comment - 5 May 2017

Issue is still present when the subform is in the menu type xml file.

Testing Instructions

Put the XML code above to the file components/com_content/views/article/tmpl/default.xml after this line 35 - https://github.com/joomla/joomla-cms/blob/staging/components/com_content/views/article/tmpl/default.xml#L35

Then make a new menu item of type article, go to the options tab, add a new subform instance and click the calendar button


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13153.

avatar zero-24
zero-24 - comment - 5 May 2017

Please open a new issue that contains a way to reproduce the problem on the last version. As this comment on a closed / merged issue will get lost soon. Thanks!

avatar seanjermey
seanjermey - comment - 5 May 2017

Thank you zero-24 and apologies. I am unfamiliar with the process as this is my 1st bug report on joomla.

New issue added - https://issues.joomla.org/tracker/joomla-cms/15842


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/13153.

avatar zero-24
zero-24 - comment - 5 May 2017

No need to apologies. I just want to be sure this does not get missed 😄

Add a Comment

Login with GitHub to post a comment