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
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
gitlab-ce
Commits
aa5bf409
Commit
aa5bf409
authored
Dec 10, 2015
by
Dmitriy Zaporozhets
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make edit link on issuable sidebar works
Signed-off-by:
Dmitriy Zaporozhets
<
dmitriy.zaporozhets@gmail.com
>
parent
b0591ff0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
+8
-2
app/assets/javascripts/issuable_context.js.coffee
app/assets/javascripts/issuable_context.js.coffee
+8
-2
No files found.
app/assets/javascripts/issuable_context.js.coffee
View file @
aa5bf409
...
@@ -5,9 +5,9 @@ class @IssuableContext
...
@@ -5,9 +5,9 @@ class @IssuableContext
new
UsersSelect
()
new
UsersSelect
()
$
(
'select.select2'
).
select2
({
width
:
'resolve'
,
dropdownAutoWidth
:
true
})
$
(
'select.select2'
).
select2
({
width
:
'resolve'
,
dropdownAutoWidth
:
true
})
$
(
".
context
.inline-update"
).
on
"change"
,
"select"
,
->
$
(
".
issuable-sidebar
.inline-update"
).
on
"change"
,
"select"
,
->
$
(
this
).
submit
()
$
(
this
).
submit
()
$
(
".
context
.inline-update"
).
on
"change"
,
".js-assignee"
,
->
$
(
".
issuable-sidebar
.inline-update"
).
on
"change"
,
".js-assignee"
,
->
$
(
this
).
submit
()
$
(
this
).
submit
()
$
(
'.issuable-details'
).
waitForImages
->
$
(
'.issuable-details'
).
waitForImages
->
...
@@ -21,3 +21,9 @@ class @IssuableContext
...
@@ -21,3 +21,9 @@ class @IssuableContext
@
top
=
(
$
(
'.issuable-affix'
).
offset
().
top
-
70
)
@
top
=
(
$
(
'.issuable-affix'
).
offset
().
top
-
70
)
bottom
:
->
bottom
:
->
@
bottom
=
$
(
'.footer'
).
outerHeight
(
true
)
@
bottom
=
$
(
'.footer'
).
outerHeight
(
true
)
$
(
".edit-link"
).
click
(
e
)
->
block
=
$
(
@
).
parents
(
'.block'
)
block
.
find
(
'.selectbox'
).
show
()
block
.
find
(
'.value'
).
hide
()
block
.
find
(
'.js-select2'
).
select2
(
"open"
)
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