User tests: Successful: Unsuccessful:
Pull Request for Issue #32561
Removed my previous PR #33603 and added the code from this PR and the missing styling for the contact page.
There where some styling issues in both the user profile page and the single contact regarding the dl-horizontal class and the edit user profile button. This PR fixes the styling issues.
Best way to test:
See the left site of the screenshots
See the right site of the screenshots
No
Status | New | ⇒ | Pending |
Category | ⇒ | Front End com_contact com_users Templates (site) NPM Change |
Labels |
Added:
NPM Resource Changed
?
|
@drmenzelit Please check and test my new PR.
Good work! Thank you - looks much better now.
During test I have found that the params from #__contact_details are not used in the contact layout.
This is not related to your PR, so I will give it a good test.
But as you are active here at the moment, maybe you would like to fix this?
I have tested this item
Looks great - thanks
This one https://github.com/joomla/joomla-cms/blob/4.0-dev/components/com_contact/tmpl/contact/default.php#L21
controls the behaviour, for example if a form is displayed or not.
But it does not contain the params from #__contact_details.
You can try this with setting for example the param "show_email_form" to "hide". This is set correct on #__contact_details, but it is not in $tparams.
This one https://github.com/joomla/joomla-cms/blob/4.0-dev/components/com_contact/tmpl/contact/default.php#L21
controls the behaviour, for example if a form is displayed or not.
But it does not contain the params from #__contact_details.
You can try this with setting for example the param "show_email_form" to "hide". This is set correct on #__contact_details, but it is not in $tparams.
Settings done in the Contact:Edit view are updated in the params field in #__contact_details. Normally the menu item can override the settings but this doesn't work. Maybe this is by design, but I have to check.
This one https://github.com/joomla/joomla-cms/blob/4.0-dev/components/com_contact/tmpl/contact/default.php#L21
controls the behaviour, for example if a form is displayed or not.
But it does not contain the params from #__contact_details.
You can try this with setting for example the param "show_email_form" to "hide". This is set correct on #__contact_details, but it is not in $tparams.
Best is to do a bug report with a good example how to reproduce the issue so someone can look into it.
Cheers!
Looks great - thanks
@brianteeman Was that a successful test? If so, could you mark the test result? Thanks in advance.
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2021-05-12 09:36:03 |
Closed_By | ⇒ | drmenzelit | |
Labels |
Added:
?
|
Thank you :-)
@RickR2H Please fix the errors reported by the SCSS style linter here: https://ci.joomla.org/joomla/joomla-cms/43504/1/20 . Thanks in advance.