Skip to content

[C3] Assignment: add global setting assignment.add_fullname_in_file_download #8286

@NicoDucou

Description

@NicoDucou

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);

Metadata

Metadata

Assignees

No one assigned
    No fields configured for Feature.

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions