Revision: 29338
          http://sourceforge.net/p/bibdesk/svn/29338
Author:   hofman
Date:     2025-07-23 14:24:17 +0000 (Wed, 23 Jul 2025)
Log Message:
-----------
ignore changes to some more non-inherited fields

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

Modified: trunk/bibdesk/BibDocument_UI.m
===================================================================
--- trunk/bibdesk/BibDocument_UI.m      2025-07-23 09:32:13 UTC (rev 29337)
+++ trunk/bibdesk/BibDocument_UI.m      2025-07-23 14:24:17 UTC (rev 29338)
@@ -1447,7 +1447,7 @@
     if (shouldReindex)
         [publications reindexPublications:@[pub]];
     
-    if ([changedKey isNoteField] == NO && [changedKey isGeneralURLField] == NO 
&& [changedKey isIntegerField] == NO && [changedKey 
isEqualToString:BDSKPubTypeString] == NO) {
+    if ([changedKey isNoteField] == NO && [changedKey isGeneralURLField] == NO 
&& [changedKey isIntegerField] == NO && [changedKey isCitationField] == NO && 
[changedKey isEqualToString:BDSKPubTypeString] == NO && [changedKey 
isEqualToString:BDSKCrossrefString] == NO && [changedKey 
isEqualToString:BDSKColorString] == NO) {
         NSArray *crossrefChildren = [publications itemsForCrossref:key];
         if ([crossrefChildren count]) {
             // invalidate groups that depend on inherited values

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