Skip to content
GitLab
Menu
Why GitLab
Pricing
Contact Sales
Explore
Why GitLab
Pricing
Contact Sales
Explore
Sign in
Get free trial
Primary navigation
Search or go to…
Project
Minds Frontend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Privacy statement
Keyboard shortcuts
?
What's new
4
Snippets
Groups
Projects
Show more breadcrumbs
Minds
Minds Frontend
Merge requests
!651
(fix): Mass NSFW XHR trigger when admins view posts
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
(fix): Mass NSFW XHR trigger when admins view posts
hotfix/mass-nsfw-xhr-bug
into
master
Overview
1
Commits
5
Pipelines
4
Changes
6
1 unresolved thread
Hide all comments
Merged
Emiliano Balbuena
requested to merge
hotfix/mass-nsfw-xhr-bug
into
master
5 years ago
Overview
1
Commits
5
Pipelines
4
Changes
6
1 unresolved thread
Hide all comments
Expand
Testing
Log in as an admin
Open Dev Tools > Network
Reload the page (
IMPORTANT STEP
)
Visit a channel that has posts (the more, the better)
Ensure there are
NO
XHR requests to
/v2/admin/nsfw/<numeric_value>
Issues
Closes #2231.
Edited
5 years ago
by
Emiliano Balbuena
0
0
Merge request reports
Viewing commit
9de57d28
Prev
Next
Show latest version
6 files
+
15
−
19
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
6
Search (e.g. *.vue) (Ctrl+P)
9de57d28
(cs): Lint (ii)
· 9de57d28
Emiliano Balbuena
authored
5 years ago
src/app/common/components/autocomplete/index.ts
+
1
−
3
Options
export
*
from
'
./text-input-autocomplete.module
'
;
export
{
TextInputAutocompleteMenuComponent
,
}
from
'
./text-input-autocomplete-menu.component
'
;
export
{
TextInputAutocompleteMenuComponent
}
from
'
./text-input-autocomplete-menu.component
'
;
Loading