summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEvan Read <eread@gitlab.com>2019-06-04 14:04:33 +1000
committerEvan Read <eread@gitlab.com>2019-06-04 14:04:33 +1000
commite753692537b572847fd7b78d545512f12b37f93c (patch)
treea0cadfe2912589efe68b00247d4bfd707cf3d7f6
parent9a9c947b145e6a43ae49687aa398d1154d07a25b (diff)
downloadgitlab-ce-docs/edit-phabricator-docs.tar.gz
Fixes some Phabricator import docs problemsdocs/edit-phabricator-docs
-rw-r--r--doc/user/project/import/phabricator.md13
1 files changed, 5 insertions, 8 deletions
diff --git a/doc/user/project/import/phabricator.md b/doc/user/project/import/phabricator.md
index 4d1d99fd35b..5c624e3aff6 100644
--- a/doc/user/project/import/phabricator.md
+++ b/doc/user/project/import/phabricator.md
@@ -15,18 +15,15 @@ Currently, only the following basic fields are imported:
- Created at
- Closed at
-
## Enabling this feature
While this feature is incomplete, a feature flag is required to enable it so that
we can gain early feedback before releasing it for everyone. To enable it:
-1. Enable Phabricator as an [import source](../../admin_area/settings/visibility_and_access_controls.md#import-sources) in the Admin area.
+1. Run the following command in a Rails console:
- ``` {.ruby}
- Feature.enable(:phabricator_import)
- ```
+ ```ruby
+ Feature.enable(:phabricator_import)
+ ```
-The [import
-source](../../admin_area/settings/visibility_and_access_controls.md#import-sources)
-also needs to be activated by an admin in the admin interface.
+1. Enable Phabricator as an [import source](../../admin_area/settings/visibility_and_access_controls.md#import-sources) in the Admin area.