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
95bd0b1a
Commit
95bd0b1a
authored
Jul 15, 2019
by
Emery
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
use the property of name_with_namespace instead of name for the new issue form in boards
parent
8efc4f6c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
3 deletions
+5
-3
app/assets/javascripts/boards/components/project_select.vue
app/assets/javascripts/boards/components/project_select.vue
+5
-3
No files found.
app/assets/javascripts/boards/components/project_select.vue
View file @
95bd0b1a
...
...
@@ -68,13 +68,15 @@ export default {
<li>
<a href='#' class='dropdown-menu-link' data-project-id="
${
project
.
id
}
" data-project-name="
${
project
.
name
}
">
${
_
.
escape
(
project
.
name
)}
}
" data-project-name="
${
project
.
name
}
" data-project-name-with-namespace="
${
project
.
name_with_namespace
}
">
${
_
.
escape
(
project
.
name_with_namespace
)}
</a>
</li>
`
;
},
text
:
project
=>
project
.
name
,
text
:
project
=>
project
.
name
_with_namespace
,
});
},
};
...
...
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