-
-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix for existing users logging from frontend #72
Conversation
I have tried this: see comment joomla#20051. The trailing is not correct. Sorry this is not the correct way to show the code.
|
@sandewt doesn't matter |
@@ -85,6 +85,44 @@ public function onContentPrepareForm($form, $data) | |||
'privacy', | |||
); | |||
|
|||
if (is_object($data)) | |||
{ | |||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove blank line
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
@sandewt changed the query a little bit |
At first this seemed to be a solution, but the problem is only being moved. Sad. But when you (re) save (Edit Your Profile) the $form variable is emptied, after which the known warning message appears. |
Thanks @alikon , works fine. Rule 148:
(The tooltip does not display the text correctly. ) |
I have merged this code. my feeling was that it is not correct to only show the privacyconsent field on the edit profile field when the user has previously consented and that they should consent each time they update their information. However I am not that bothered about that so I have left it with your code THANKS!!! |
thanks for your patience we can always make a new pr after the things become running in the wild |
…gins/installer/packageinstaller/tmpl/default.php remove-inline-scripts/plugins/installer/packageinstaller/tmpl/default.php
Scss refactoring with improved z-index
Implement onBeforeDisplay plugin trigger Implement onAfterDisplay plugin trigger Disable publish calls via workflow plugin
…orrect-font-name-fira-sans Use the right font name "fira-sans" and not just "fira" for the scss file name
Pull Request for Issue # .
joomla#20051 (comment)
Testing Instructions
for existing users
when logging with an existing user you are redirected to the edit profile
when you click on I agree on the privacy field
now the profile submission is saved