Corrected the condition for checking the 'fresh' parameter in the petition edit page. The previous implementation used the in operator, which was incorrect.
Updated the logic to use params.get('fresh') to accurately determine whether to display "Create New দাবি" or "Update দাবি" based on the presence of the 'fresh' parameter.
Fix
fresh
Parameter CheckRelated Issue
Detail
in
operator, which was incorrect.params.get('fresh')
to accurately determine whether to display "Create New দাবি" or "Update দাবি" based on the presence of the 'fresh' parameter.