Revision: 30068
          http://sourceforge.net/p/bibdesk/svn/30068
Author:   hofman
Date:     2026-02-26 18:10:30 +0000 (Thu, 26 Feb 2026)
Log Message:
-----------
add crossref as possible smart group condition field

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

Modified: trunk/bibdesk/BDSKConditionController.m
===================================================================
--- trunk/bibdesk/BDSKConditionController.m     2026-02-26 17:58:04 UTC (rev 
30067)
+++ trunk/bibdesk/BDSKConditionController.m     2026-02-26 18:10:30 UTC (rev 
30068)
@@ -85,7 +85,7 @@
         [self setRepresentedObject:aCondition];
                
         BDSKTypeManager *typeMan = [BDSKTypeManager sharedManager];
-        keys = [[typeMan allFieldNamesIncluding:@[BDSKDateAddedString, 
BDSKDateModifiedString, BDSKAllFieldsString, BDSKPubTypeString, 
BDSKAbstractString, BDSKAnnoteString, BDSKRssDescriptionString, 
BDSKLocalFileString, BDSKRemoteURLString, BDSKColorLabelString]
+        keys = [[typeMan allFieldNamesIncluding:@[BDSKDateAddedString, 
BDSKDateModifiedString, BDSKAllFieldsString, BDSKPubTypeString, 
BDSKAbstractString, BDSKAnnoteString, BDSKRssDescriptionString, 
BDSKLocalFileString, BDSKRemoteURLString, BDSKCrossrefString, 
BDSKColorLabelString]
                                       excluding:nil] copy];
     }
     return self;

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