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
341df9f7
Commit
341df9f7
authored
Aug 13, 2019
by
Mesut Güneş
Committed by
Mike Greiling
Aug 13, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
representing error message with .flash-container element
parent
cc771ada
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
app/views/projects/update.js.haml
app/views/projects/update.js.haml
+1
-1
changelogs/unreleased/issue-61873-no-error-message-for-general-settings.yml
...sed/issue-61873-no-error-message-for-general-settings.yml
+5
-0
No files found.
app/views/projects/update.js.haml
View file @
341df9f7
...
...
@@ -4,7 +4,7 @@
location.reload();
-
else
:plain
$(".
project-edit-errors
").html("
#{
escape_javascript
(
render
(
'errors'
))
}
");
$(".
flash-container
").html("
#{
escape_javascript
(
render
(
'errors'
))
}
");
$('.save-project-loader').hide();
$('.project-edit-container').show();
$('.edit-project .js-btn-success-general-project-settings').enable();
changelogs/unreleased/issue-61873-no-error-message-for-general-settings.yml
0 → 100644
View file @
341df9f7
---
title
:
error message for general settings
merge_request
:
31636
author
:
Mesut Güneş
type
:
fixed
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