Bug #6190
Delete duplicate tool_visible_by_% settings
Status:
Rejected - Abandoned
Priority:
Normal
Assignee:
Category:
Installation / Migration
Target version:
Complexity:
Normal
SCRUM pts - complexity:
?
Description
These settings are duplicating the course_create_active_tools settings.
Put the following in migrate_db and remove them from install:
delete from settings_current where variable like 'tool_visible_by_%';
(unless I am misunderstanding this completely)
History
Updated by Julio Montoya almost 9 years ago
- Status changed from Assigned to Needs more info
- Assignee changed from Julio Montoya to Yannick Warnier
I don't get why you have those settings duplicated?
I only have this:
mysql> select id, variable, subkey, type from settings_current where variable like 'tool_visible_by%'; +-----+-------------------------------------+---------------+----------+ | id | variable | subkey | type | +-----+-------------------------------------+---------------+----------+ | 295 | tool_visible_by_default_at_creation | announcements | checkbox | | 292 | tool_visible_by_default_at_creation | documents | checkbox | | 296 | tool_visible_by_default_at_creation | forums | checkbox | | 298 | tool_visible_by_default_at_creation | gradebook | checkbox | | 293 | tool_visible_by_default_at_creation | learning_path | checkbox | | 294 | tool_visible_by_default_at_creation | links | checkbox | | 297 | tool_visible_by_default_at_creation | quiz | checkbox | +-----+-------------------------------------+---------------+----------+
Any clue how to reproduce it?
Updated by Yannick Warnier 8 months ago
- Status changed from Needs more info to Rejected - Abandoned