Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
RDMS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
researchdata
RDMS
Commits
b3f71061
Commit
b3f71061
authored
6 months ago
by
kush.varade.19
Browse files
Options
Downloads
Patches
Plain Diff
Readonly and disabled fields logic removed from overlay during save
parent
d6b00812
Branches
bug_fix/edit_form_#427
No related tags found
2 merge requests
!360
Bug fix/427 unresponsive form
,
!340
Fix unresponsive form
Pipeline
#16983
failed
6 months ago
Stage: build
Stage: test
Stage: deploy
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hyrax/app/assets/javascripts/work_show.js
+0
-4
0 additions, 4 deletions
hyrax/app/assets/javascripts/work_show.js
with
0 additions
and
4 deletions
hyrax/app/assets/javascripts/work_show.js
+
0
−
4
View file @
b3f71061
...
...
@@ -55,10 +55,6 @@ $(document).on("ready", function () {
.
appendTo
(
"
head
"
);
}
// Making all fields readonly
$
(
"
input, textarea
"
).
attr
(
"
readonly
"
,
true
).
addClass
(
"
readonly
"
);
$
(
"
select
"
).
prop
(
"
disabled
"
,
true
).
addClass
(
"
readonly
"
);
// Show the overlay
$
(
"
#overlay
"
).
fadeIn
();
// Show the overlay when the button is clicked
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment