Skip to content
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

custom_attributes are not transferred when subscribe action wasn't forwarded to the owner #1199

Closed
mohicanb opened this issue Jun 22, 2021 · 3 comments · Fixed by #1216
Closed
Labels
Milestone

Comments

@mohicanb
Copy link

Sympa Version 6.2.40 supplied by ouvaton.coop

custom_attributes have been defined for the list

values of attributes can be inputted if the subscriber logs himself to the Sympa web interface : works OK

values of attributes can be inputted from the subscribe screen:

  • values are transferred to the database when parameter "subscribe"=smimeorowner
  • values are NOT transferred to the database when parameter "subscribe"=open_notify

My provider (ouvaton.coop) reported to me that nothing shows in the logs.

Thank you for investigating this.

@ikedas
Copy link
Member

ikedas commented Jun 23, 2021

Hi @mohicanb ,

Could you please show us the process step-by-step that can reproduce the problem you reported?

@mohicanb
Copy link
Author

Hi,

  1. create a new list
  2. set parameter subscribe to open_notify
  3. create at least one custom_attribute
  4. disconnect
  5. go to the subscribe page for the list (as a not connected user)
  6. input all the fields (email, name, custom_attribute)
  7. subscribe to the list and confirm
  8. confirm again when the confirmation email arrives
  9. connect as list owner
  10. go to the table of subscribers ("abonnés")
  11. the new subscriber is in the table but the custom_attribute is empty.

@ikedas
Copy link
Member

ikedas commented Jul 28, 2021

Hi @mohicanb , could you please check this patch? This will be included in the next beta released in this week.

@ikedas ikedas changed the title custom_attributes are not transferred when subscribe method = open_notify custom_attributes are not transferred when subscribe action wasn't forwarded to the owner Jul 28, 2021
ikedas added a commit that referenced this issue Jul 29, 2021
The "subscribe" requests ignored custom_attribute (#1199)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants