In the PR #8285
We implemented the functionality of this setting.
We just miss the migration to create this setting and make sure it is created on new installation.
We also need to add the translation variable in messages.pot + messages.en_US.po and assets/locales/en.json
The manual query to insert the setting until this issue is implemented is :
insert into settings(access_url,variable,category,selected_value,title,access_url_changeable,access_url_locked) values (1,"add_fullname_in_file_download","work","false","Add student fullname in file download name",1,0);
In the PR #8285
We implemented the functionality of this setting.
We just miss the migration to create this setting and make sure it is created on new installation.
We also need to add the translation variable in messages.pot + messages.en_US.po and assets/locales/en.json
The manual query to insert the setting until this issue is implemented is :
insert into settings(access_url,variable,category,selected_value,title,access_url_changeable,access_url_locked) values (1,"add_fullname_in_file_download","work","false","Add student fullname in file download name",1,0);