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
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Boxiang Sun
gitlab-ce
Commits
8eae788f
Commit
8eae788f
authored
Apr 24, 2019
by
Charlie Ablett
Committed by
charlieablett
Apr 25, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use English instead of Latin
parent
7e6befc0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
lib/gitlab/import_export/attribute_cleaner.rb
lib/gitlab/import_export/attribute_cleaner.rb
+2
-2
No files found.
lib/gitlab/import_export/attribute_cleaner.rb
View file @
8eae788f
...
@@ -28,8 +28,8 @@ module Gitlab
...
@@ -28,8 +28,8 @@ module Gitlab
return
true
if
'cached_markdown_version'
.
equal?
(
key
)
return
true
if
'cached_markdown_version'
.
equal?
(
key
)
prohibited_suffi
c
es
=
%w(_id _html)
prohibited_suffi
x
es
=
%w(_id _html)
prohibited_suffi
c
es
.
each
do
|
suffix
|
prohibited_suffi
x
es
.
each
do
|
suffix
|
return
true
if
key
.
end_with?
(
suffix
)
return
true
if
key
.
end_with?
(
suffix
)
end
end
false
false
...
...
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