Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
Sympa
Commits
8c2694fc
Unverified
Commit
8c2694fc
authored
Jun 18, 2021
by
IKEDA Soji
Committed by
GitHub
Jun 18, 2021
Browse files
Merge pull request #1183 from Jylhis/global-configs by jylhis
Make distribution_ttl and inclusion_notification_feature site-wide
parents
6d4e74a7
5362f254
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/Sympa/Config/Schema.pm
View file @
8c2694fc
...
...
@@ -2576,7 +2576,7 @@ our %pinfo = (
### Data sources page ###
inclusion_notification_feature
=>
{
context
=>
[
qw(list)
],
context
=>
[
qw(list
site
)
],
order
=>
60.01
,
group
=>
'
data_source
',
gettext_id
=>
...
...
@@ -3519,7 +3519,7 @@ our %pinfo = (
},
distribution_ttl
=>
{
context
=>
[
qw(list
)
],
#FIXME: No site-wide default
context
=>
[
qw(list
site)
],
order
=>
60.13
,
group
=>
'
data_source
',
gettext_id
=>
"
Inclusions timeout for message distribution
",
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment