Commit Graph

21 Commits

Author SHA1 Message Date
kushalpandya ce884ad308 Remove confidential toggle checkbox and related code as no longer necessary 2017-09-11 09:28:51 +05:30
Eric Eastwood 90c60138db Move "Move to different project" to sidebar
Fix https://gitlab.com/gitlab-org/gitlab-ce/issues/34261
2017-09-03 22:03:17 -05:00
Simon Knox 54168362d1 don't show "Someone edited the issue" warning when saving issue
don't need to check for form visible because error message isn't rendered otherwise
2017-06-22 14:30:57 +10:00
Phil Hughes 5dc253f138 Stop showing task status if no tasks are present
Previously the task status would be visible even if there where no tasks
in the description. This fixes that by changing the regex to check for
tasks without 0.

This also fixes a bug where update the description inline would not
update the task status text on screen.

Closes #33880
2017-06-20 10:58:07 +01:00
Luke "Jared" Bennett 5a4a082490
Merge remote-tracking branch 'origin/master' into fix-realtime-edited-text-for-issues-9-3 2017-06-02 17:17:54 +01:00
Luke "Jared" Bennett 07c984d81c
Port fix-realtime-edited-text-for-issues 9-2-stable fix to master. 2017-05-31 11:35:05 +01:00
Phil Hughes df7c90116b fixed issuable shortcuts not working
moved setstate method into store
2017-05-30 11:58:50 +01:00
Phil Hughes 6becf28819 use formState to update loading of save button
[ci skip]
2017-05-26 09:29:06 +01:00
Phil Hughes b2c2751836 Changed all data to come through the JSON script element
[ci skip]
2017-05-24 12:25:53 +01:00
Phil Hughes 16243985c2 Merge branch 'issue-edit-inline' into issue-edit-inline-locked-warning
[ci skip]
2017-05-22 09:13:49 +01:00
Phil Hughes 6a14a51525 Show warning if realtime data has changed since the form has opened 2017-05-18 16:51:51 +01:00
Phil Hughes b8647134d9 Merge branch 'issue-edit-inline' into issue-edit-inline-move-project
[ci skip]
2017-05-18 12:44:27 +01:00
Phil Hughes 907dd68e0a Added move to project in issue inline edit form
[ci skip]
2017-05-17 13:01:24 +01:00
Phil Hughes 6963442d67 Merge branch 'issue-edit-inline' into issue-edit-inline-confidential
[ci skip]
2017-05-17 09:59:08 +01:00
Phil Hughes c4fea61f15 Added inline confidential field
[ci skip]
2017-05-15 17:00:16 +01:00
Phil Hughes b5b5b4af0c Added description field to inline edit form
[ci skip]
2017-05-15 12:15:56 +01:00
Phil Hughes b1affe07a1 Issue inline edit title field
[ci skip]
2017-05-15 12:15:56 +01:00
Phil Hughes e61ce83be9 Issue inline edit title field
[ci skip]
2017-05-15 11:35:26 +01:00
Phil Hughes 86700b97d3 Added inline issue edit form actions
[ci skip]
2017-05-15 11:33:31 +01:00
Phil Hughes 598b05dfff Fixed a bunch of errors with invalid prop
Use v-model on textrea
2017-05-10 17:28:36 +01:00
Phil Hughes 5a95d6f8da Refactored issue tealtime elements
This is to match our docs better and will also help a future issue.

Also made it possible for the description & title to be readable when JS is disabled
2017-05-10 17:20:40 +01:00