User tests: Successful: Unsuccessful:
Hello Joomla! team.
I made one homepage where I used Joomla! Custom articles fields. From my perspective, I saw two shortcomings in Custom fields.
<dl class="fields-container">
<dd class="field-entry"></dd>
<dd class="field-entry"></dd>
<dd class="field-entry"></dd>
<dd class="field-entry"></dd>
<dd class="field-entry"></dd>
</dl>
But I think this is better:
<dl class="fields-container">
<div class="fields-group">
<dd class="field-entry"></dd>
<dd class="field-entry"></dd>
<dd class="field-entry"></dd>
</div>
<div class="fields-group">
<dd class="field-entry"></dd>
<dd class="field-entry"></dd>
<dd class="field-entry"></dd>
</div>
</dl>
<dl class="fields-container">
<div class="fields-group custom-class1">
<dd class="field-entry"></dd>
<dd class="field-entry"></dd>
<dd class="field-entry"></dd>
</div>
<div class="fields-group custom-class2">
<dd class="field-entry"></dd>
<dd class="field-entry"></dd>
<dd class="field-entry"></dd>
</div>
</dl>
Status | New | ⇒ | Pending |
Category | ⇒ | Unit Tests Repository Administration |
Hello
Ooh I would like to have this opportunity for joomla 4 or what other people think of this opportunity?
I'm sorry because I don't know where he should go.
Maybe someone else can advise? My lunch break is over now.
Labels |
Added:
?
?
|
@Reijo83 You made your pull request (PR) with the wrong branch of Joomla CMS.
When you make a PR, you start with a comparison.
The "Comparing changes" view on GitHub allows you to select your branch on the right hand side and the branch on Joomla in which you want to bring in your changes on the left hand side.
When you did that, you have forgotten to change the branch on the left hand side from "staging" to "4.0-dev".
See the following screenshot which shows how it should be correct, and see the red frame in the screenshot to show you what you should change:
Your mistake is the reason why your PR shows that there are 9009 (ninethousand and nine) changes made by your PR.
To fix that, do following:
I hope I could help.
Status | Pending | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-07-17 17:43:21 |
Closed_By | ⇒ | Reijo83 |
Can it be that you wanted to make this PR for the 4.0-dev branch but you made it for staging branch?