Feature/hashed public form url
1 unresolved thread
1 unresolved thread
We have created a external_id mixin applied to lead model in order to expose a public url based on this external_id value (hash built from numeric id)
Using this we avoid having a numerical id on the url that can be substituted by any random number in order to obtain or use forms not related to a user.
Merge request reports
Activity
added ToBeReviewed label
assigned to @daniquilez
583 /> 602 <t t-if="global_error"> 603 <t 604 t-call="energy_communities.community_data_error_message_template" 605 /> 606 </t> 607 <t t-if="not global_error"> 608 <t t-if="closed_form"> 609 <t 610 t-call="energy_communities.community_data_headline_message_closed" 611 /> 612 </t> 613 <t t-if="not closed_form"> 614 <t t-call="energy_communities.community_data_headline" /> 615 <t 616 t-call="energy_communities.community_data_headline_message_open" You can make it translatable by adding the
t-lang
attribute in the call.
removed ToBeReviewed label
mentioned in commit e84db80b
mentioned in merge request !288 (merged)
Please register or sign in to reply