Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
98437575
Commit
98437575
authored
Jul 15, 2021
by
Marcin Sedlak-Jakubowski
Committed by
Robert May
Jul 15, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update description of Issues in project settings
parent
7c5506ec
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
16 additions
and
5 deletions
+16
-5
app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue
...projects/shared/permissions/components/settings_panel.vue
+11
-1
app/helpers/projects_helper.rb
app/helpers/projects_helper.rb
+2
-1
locale/gitlab.pot
locale/gitlab.pot
+3
-3
No files found.
app/assets/javascripts/pages/projects/shared/permissions/components/settings_panel.vue
View file @
98437575
...
@@ -104,6 +104,11 @@ export default {
...
@@ -104,6 +104,11 @@ export default {
required
:
false
,
required
:
false
,
default
:
''
,
default
:
''
,
},
},
issuesHelpPath
:
{
type
:
String
,
required
:
false
,
default
:
''
,
},
lfsHelpPath
:
{
lfsHelpPath
:
{
type
:
String
,
type
:
String
,
required
:
false
,
required
:
false
,
...
@@ -438,8 +443,13 @@ export default {
...
@@ -438,8 +443,13 @@ export default {
>
>
<project-setting-row
<project-setting-row
ref=
"issues-settings"
ref=
"issues-settings"
:help-path=
"issuesHelpPath"
:label=
"$options.i18n.issuesLabel"
:label=
"$options.i18n.issuesLabel"
:help-text=
"s__('ProjectSettings|Lightweight issue tracking system.')"
:help-text=
"
s__(
'ProjectSettings|Flexible tool to collaboratively develop ideas and plan work in this project.',
)
"
>
>
<project-feature-setting
<project-feature-setting
v-model=
"issuesAccessLevel"
v-model=
"issuesAccessLevel"
...
...
app/helpers/projects_helper.rb
View file @
98437575
...
@@ -530,7 +530,8 @@ module ProjectsHelper
...
@@ -530,7 +530,8 @@ module ProjectsHelper
pagesAvailable:
Gitlab
.
config
.
pages
.
enabled
,
pagesAvailable:
Gitlab
.
config
.
pages
.
enabled
,
pagesAccessControlEnabled:
Gitlab
.
config
.
pages
.
access_control
,
pagesAccessControlEnabled:
Gitlab
.
config
.
pages
.
access_control
,
pagesAccessControlForced:
::
Gitlab
::
Pages
.
access_control_is_forced?
,
pagesAccessControlForced:
::
Gitlab
::
Pages
.
access_control_is_forced?
,
pagesHelpPath:
help_page_path
(
'user/project/pages/introduction'
,
anchor:
'gitlab-pages-access-control'
)
pagesHelpPath:
help_page_path
(
'user/project/pages/introduction'
,
anchor:
'gitlab-pages-access-control'
),
issuesHelpPath:
help_page_path
(
'user/project/issues/index'
)
}
}
end
end
...
...
locale/gitlab.pot
View file @
98437575
...
@@ -25850,6 +25850,9 @@ msgstr ""
...
@@ -25850,6 +25850,9 @@ msgstr ""
msgid "ProjectSettings|Fast-forward merges only."
msgid "ProjectSettings|Fast-forward merges only."
msgstr ""
msgstr ""
msgid "ProjectSettings|Flexible tool to collaboratively develop ideas and plan work in this project."
msgstr ""
msgid "ProjectSettings|Forks"
msgid "ProjectSettings|Forks"
msgstr ""
msgstr ""
...
@@ -25871,9 +25874,6 @@ msgstr ""
...
@@ -25871,9 +25874,6 @@ msgstr ""
msgid "ProjectSettings|LFS objects from this repository are available to forks. %{linkStart}How do I remove them?%{linkEnd}"
msgid "ProjectSettings|LFS objects from this repository are available to forks. %{linkStart}How do I remove them?%{linkEnd}"
msgstr ""
msgstr ""
msgid "ProjectSettings|Lightweight issue tracking system."
msgstr ""
msgid "ProjectSettings|Manages large files such as audio, video, and graphics files."
msgid "ProjectSettings|Manages large files such as audio, video, and graphics files."
msgstr ""
msgstr ""
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a 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