Bugzilla – Attachment 85393 Details for
Bug 10796
Allow password changes for logged in OPAC users by patron category
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10796: DBIC update
Bug-10796-DBIC-update.patch (text/plain), 1.32 KB, created by
Tomás Cohen Arazi (tcohen)
on 2019-02-20 17:10:01 UTC
(
hide
)
Description:
Bug 10796: DBIC update
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2019-02-20 17:10:01 UTC
Size:
1.32 KB
patch
obsolete
>From c03a92b883dcaf9279b65a7aaa50d9d95514ed91 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@theke.io> >Date: Wed, 20 Feb 2019 14:09:13 -0300 >Subject: [PATCH] Bug 10796: DBIC update > >--- > Koha/Schema/Result/Category.pm | 11 +++++++++-- > 1 file changed, 9 insertions(+), 2 deletions(-) > >diff --git a/Koha/Schema/Result/Category.pm b/Koha/Schema/Result/Category.pm >index ca64318c7a..c4415a4090 100644 >--- a/Koha/Schema/Result/Category.pm >+++ b/Koha/Schema/Result/Category.pm >@@ -128,6 +128,11 @@ __PACKAGE__->table("categories"); > data_type: 'tinyint' > is_nullable: 1 > >+=head2 change_password >+ >+ data_type: 'tinyint' >+ is_nullable: 1 >+ > =cut > > __PACKAGE__->add_columns( >@@ -182,6 +187,8 @@ __PACKAGE__->add_columns( > }, > "reset_password", > { data_type => "tinyint", is_nullable => 1 }, >+ "change_password", >+ { data_type => "tinyint", is_nullable => 1 }, > ); > > =head1 PRIMARY KEY >@@ -289,8 +296,8 @@ __PACKAGE__->might_have( > ); > > >-# Created by DBIx::Class::Schema::Loader v0.07042 @ 2019-02-06 13:49:56 >-# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:mxGB87mA1hlowEF+tuMPLg >+# Created by DBIx::Class::Schema::Loader v0.07042 @ 2019-02-19 02:41:12 >+# DO NOT MODIFY THIS OR ANYTHING ABOVE! md5sum:Z3epoYMS3ZotEjR4qsO/7w > > > # You can replace this text with custom content, and it will be preserved on regeneration >-- >2.20.1
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 10796
:
85389
|
85390
|
85391
|
85392
|
85393
|
87117
|
87118
|
87119
|
87120
|
87121
|
87296
|
87297
|
87298
|
87299
|
87300