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
cc566f0b
Commit
cc566f0b
authored
Sep 14, 2020
by
Tom Quirk
Committed by
Natalia Tepluhina
Sep 14, 2020
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enable design_management_todo_button by default
parent
9c4d9f98
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
14 additions
and
9 deletions
+14
-9
app/controllers/projects/issues_controller.rb
app/controllers/projects/issues_controller.rb
+1
-1
changelogs/unreleased/design-todo-enable-by-default.yml
changelogs/unreleased/design-todo-enable-by-default.yml
+5
-0
config/feature_flags/development/design_management_todo_button.yml
...ature_flags/development/design_management_todo_button.yml
+1
-1
doc/user/project/issues/design_management.md
doc/user/project/issues/design_management.md
+7
-7
No files found.
app/controllers/projects/issues_controller.rb
View file @
cc566f0b
...
...
@@ -44,7 +44,7 @@ class Projects::IssuesController < Projects::ApplicationController
push_frontend_feature_flag
(
:vue_issuable_sidebar
,
project
.
group
)
push_frontend_feature_flag
(
:tribute_autocomplete
,
@project
)
push_frontend_feature_flag
(
:vue_issuables_list
,
project
)
push_frontend_feature_flag
(
:design_management_todo_button
,
project
)
push_frontend_feature_flag
(
:design_management_todo_button
,
project
,
default_enabled:
true
)
end
before_action
only: :show
do
...
...
changelogs/unreleased/design-todo-enable-by-default.yml
0 → 100644
View file @
cc566f0b
---
title
:
Create and resolve To-Dos for designs
merge_request
:
42059
author
:
type
:
added
config/feature_flags/development/design_management_todo_button.yml
View file @
cc566f0b
...
...
@@ -4,4 +4,4 @@ introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/39935
rollout_issue_url
:
https://gitlab.com/gitlab-org/gitlab/-/issues/245074
group
:
group::knowledge
type
:
development
default_enabled
:
false
\ No newline at end of file
default_enabled
:
true
doc/user/project/issues/design_management.md
View file @
cc566f0b
...
...
@@ -234,22 +234,22 @@ available in the **Resolved Comment** area at the bottom of the right sidebar.
## Add To-Do for Designs
> - [Introduced](https://gitlab.com/gitlab-org/gitlab/-/issues/198439) in GitLab 13.4.
> - It's [deployed behind a feature flag](../../feature_flags.md),
dis
abled by default.
> - It's
dis
abled on GitLab.com.
> - It's
not
recommended for production use.
> -
To use it in GitLab self-managed instances, ask a GitLab administrator to [en
able it](#enable-or-disable-the-design-to-do-button). **(CORE ONLY)**
> - It's [deployed behind a feature flag](../../feature_flags.md),
en
abled by default.
> - It's
en
abled on GitLab.com.
> - It's recommended for production use.
> -
For GitLab self-managed instances, GitLab administrators can opt to [dis
able it](#enable-or-disable-the-design-to-do-button). **(CORE ONLY)**
CAUTION:
**Warning:**
This feature might not be available to you. Check the
**version history**
note above for details.
Add a
To-D
o for a design by clicking
**Add a To-Do**
on the design sidebar:
Add a
to-d
o for a design by clicking
**Add a To-Do**
on the design sidebar:
![
To-Do button
](
img/design_todo_button_v13_4.png
)
### Enable or disable the design To-Do button **(CORE ONLY)**
The
design To-Do button is under development and no
t ready for production use. It is
deployed behind a feature flag that is
**
dis
abled by default**
.
The
**Add a To-Do**
button for Designs is under development bu
t ready for production use. It is
deployed behind a feature flag that is
**
en
abled by default**
.
[
GitLab administrators with access to the GitLab Rails console
](
../../../administration/feature_flags.md
)
can enable it.
...
...
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