Revision: 22600
          http://sourceforge.net/p/bibdesk/svn/22600
Author:   hofman
Date:     2018-09-14 20:49:32 +0000 (Fri, 14 Sep 2018)
Log Message:
-----------
cannot append pub type

Modified Paths:
--------------
    trunk/bibdesk/BibDocument_Groups.m

Modified: trunk/bibdesk/BibDocument_Groups.m
===================================================================
--- trunk/bibdesk/BibDocument_Groups.m  2018-09-14 20:46:57 UTC (rev 22599)
+++ trunk/bibdesk/BibDocument_Groups.m  2018-09-14 20:49:32 UTC (rev 22600)
@@ -1278,7 +1278,7 @@
             [alert setMessageText:NSLocalizedString(@"Inherited Value", 
@"Message in alert dialog when trying to edit inherited value")];
             [alert setInformativeText:NSLocalizedString(@"One or more items 
have a value that was inherited from an item linked to by the Crossref field. 
This operation would break the inheritance for this value. What do you want me 
to do with inherited values?", @"Informative text in alert dialog")];
             [[alert addButtonWithTitle:NSLocalizedString(@"Don't Change", 
@"Button title")] setTag:BDSKFieldActionIgnore];
-            if (field && [field isSingleValuedGroupField] == NO)
+            if (field && [field isSingleValuedGroupField] == NO && [field 
isEqualToString:BDSKPubTypeString] == NO)
                 [[alert addButtonWithTitle:NSLocalizedString(@"Append", 
@"Button title")] setTag:BDSKFieldActionAppend];
             [[alert addButtonWithTitle:NSLocalizedString(@"Set", @"Button 
title")] setTag:BDSKFieldActionSet];
             handleInherited = rv = [alert runModal];

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to