Bugzilla – Attachment 191081 Details for
Bug 39142
Add debug permission to allow user to toggle JS and CSS customizations on/off
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39142: (RM follow-up) Add missing comma to userflags.sql
Bug-39142-RM-follow-up-Add-missing-comma-to-userfl.patch (text/plain), 937 bytes, created by
Lucas Gass (lukeg)
on 2026-01-09 14:44:37 UTC
(
hide
)
Description:
Bug 39142: (RM follow-up) Add missing comma to userflags.sql
Filename:
MIME Type:
Creator:
Lucas Gass (lukeg)
Created:
2026-01-09 14:44:37 UTC
Size:
937 bytes
patch
obsolete
>From 90a0257b73d630d932c9e774037d7e6da299046d Mon Sep 17 00:00:00 2001 >From: Lucas Gass <lucas@bywatersolutions.com> >Date: Fri, 9 Jan 2026 14:44:06 +0000 >Subject: [PATCH] Bug 39142: (RM follow-up) Add missing comma to userflags.sql > >--- > installer/data/mysql/mandatory/userflags.sql | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/installer/data/mysql/mandatory/userflags.sql b/installer/data/mysql/mandatory/userflags.sql >index 85885551479..0fe69fe3663 100644 >--- a/installer/data/mysql/mandatory/userflags.sql >+++ b/installer/data/mysql/mandatory/userflags.sql >@@ -28,6 +28,6 @@ INSERT INTO userflags (bit, flag, flagdesc, defaulton) VALUES > (28, 'erm', 'Manage electronic resources', 0), > (29, 'loggedinlibrary', 'Change logged in library', 0), > (30, 'preservation', 'Preservation module', 0), >-(31, 'sip2', 'SIP2 module', 0) >+(31, 'sip2', 'SIP2 module', 0), > (32, 'debug', 'Show debug interface', 0) > ; >-- >2.39.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 39142
:
178123
|
178294
|
178481
|
178482
|
183392
|
183393
|
186913
|
186914
|
186915
|
186916
|
187061
|
189754
|
189755
|
189756
|
189757
|
189758
|
189759
| 191081 |
191193
|
191194