Bugzilla – Attachment 68410 Details for
Bug 10222
Error when saving Demco label templates
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10222 - Error when saving Demco label templates
Bug-10222---Error-when-saving-Demco-label-template.patch (text/plain), 2.18 KB, created by
Mark Tompsett
on 2017-10-23 14:24:33 UTC
(
hide
)
Description:
Bug 10222 - Error when saving Demco label templates
Filename:
MIME Type:
Creator:
Mark Tompsett
Created:
2017-10-23 14:24:33 UTC
Size:
2.18 KB
patch
obsolete
>From 71f5033739f73c4937c063c39169c40d0574ca8c Mon Sep 17 00:00:00 2001 >From: Chris Nighswonger <chris.nighswonger@gmail.com> >Date: Thu, 16 Apr 2015 12:07:29 -0400 >Subject: [PATCH] Bug 10222 - Error when saving Demco label templates > >This patch fixes a bug whereby if you open either of the >Demco label templates (loaded by the sample data) and >click "save" without making any changes you will get an >error: > >Can't bless non-reference value at C4/Creators/Profile.pm >line 92. > >It also fixes another minor bug in the creator sample data. > >To test: > >1. Install all sample data in a clean database. >2. In the label tool, edit either of the Demco label templates. >3. Save the template and observe the error mentioned above. >4. Drop and recreate the database. >5. Apply the patch. >6. Repeate steps 1-3 and note the successful save. > >Signed-off-by: Mark Tompsett <mtompset@hotmail.com> >--- > installer/data/mysql/en/optional/sample_creator_data.sql | 7 ++++++- > 1 file changed, 6 insertions(+), 1 deletion(-) > >diff --git a/installer/data/mysql/en/optional/sample_creator_data.sql b/installer/data/mysql/en/optional/sample_creator_data.sql >index 682eff9..1078006 100644 >--- a/installer/data/mysql/en/optional/sample_creator_data.sql >+++ b/installer/data/mysql/en/optional/sample_creator_data.sql >@@ -22,7 +22,12 @@ INSERT INTO `creator_templates` VALUES (1,1,'Avery 5160 | 1 x 2-5/8','3 columns, > UNLOCK TABLES; > > LOCK TABLES `printers_profile` WRITE; >-INSERT INTO `printers_profile` VALUES (1,'Library Laser',1,'Bypass',-2,9,3,0,'POINT','Labels'),(11,'Library Laser',1,'Tray 1',0,0,0,0,'POINT','Labels'),(16,'Test Printer 01',23,'Test Bin',0,0,0,0,'POINT','Patroncards'); >+INSERT INTO `printers_profile` ( profile_id, printer_name, template_id, paper_bin, offset_horz, offset_vert, creek_horz, creep_vert, units, creator ) VALUES >+( 1,'Library Laser', 1,'Bypass', -2,9,3,0,'POINT','Labels'), >+(13,'Library Laser', 7,'Tray 1', 0,0,0,0,'POINT','Labels'), >+(14,'Library Laser', 12,'Tray 2', 0,0,0,0,'POINT','Labels'), >+(16,'Test Printer 01',23,'Test Bin',0,0,0,0,'POINT','Patroncards'), >+(22,'Library Laser', 0,'Tray 3', 0,0,0,0,'POINT','Labels'); > UNLOCK TABLES; > > /*!40014 SET FOREIGN_KEY_CHECKS=@OLD_FOREIGN_KEY_CHECKS */; >-- >2.1.4
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 10222
:
37976
|
68410
|
68411
|
68801
|
68802
|
69133
|
69134