Set the default validation filters to be My Edits / Everywhere (re: #6223)

This commit is contained in:
Quincy Morgan
2019-04-23 10:34:10 -07:00
parent 82f1b2542d
commit 4948474118
+1 -1
View File
@@ -26,7 +26,7 @@ export function uiIssues(context) {
var _warnings = [];
var _options = {
what: context.storage('validate-what') || 'edited', // 'all', 'edited'
where: context.storage('validate-where') || 'visible' // 'all', 'visible'
where: context.storage('validate-where') || 'all' // 'all', 'visible'
};
// listeners