mirror of
https://github.com/mastodon/mastodon.git
synced 2025-09-05 17:31:12 +00:00
Add "whole word" column to some places it was missing
This commit is contained in:
parent
66f2543228
commit
48c8b48df7
|
@ -58,7 +58,7 @@ class Settings::ImportsController < Settings::BaseController
|
||||||
when :lists
|
when :lists
|
||||||
csv << [row.data['list_name'], row.data['acct']]
|
csv << [row.data['list_name'], row.data['acct']]
|
||||||
when :filters
|
when :filters
|
||||||
csv << [row.data['title'], row.data['context'], row.data['keywords'], row.data['action'], row.data['expires_at']]
|
csv << [row.data['title'], row.data['context'], row.data['keywords'], row.data['whole_word'], row.data['action'], row.data['expires_at']]
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
|
@ -114,7 +114,7 @@ class Form::Import
|
||||||
when :lists
|
when :lists
|
||||||
['List name', 'Account address']
|
['List name', 'Account address']
|
||||||
when :filters
|
when :filters
|
||||||
['Title', 'Context', 'Keywords', 'Action', 'Expire after']
|
['Title', 'Context', 'Keywords', 'Whole Word', 'Action', 'Expire after']
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user