Revision: 29300
          http://sourceforge.net/p/bibdesk/svn/29300
Author:   hofman
Date:     2025-07-18 16:41:27 +0000 (Fri, 18 Jul 2025)
Log Message:
-----------
do not inherit value of note field

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

Modified: trunk/bibdesk/BDSKEditor.m
===================================================================
--- trunk/bibdesk/BDSKEditor.m  2025-07-18 16:19:58 UTC (rev 29299)
+++ trunk/bibdesk/BDSKEditor.m  2025-07-18 16:41:27 UTC (rev 29300)
@@ -2299,7 +2299,7 @@
         field = BDSKRssDescriptionString;
     if (field) {
         // this is needed to update the search index and tex preview
-        NSString *value = [publication valueOfField:field];
+        NSString *value = [publication valueOfField:field inherit:NO];
         NSDictionary *notifInfo = [NSDictionary 
dictionaryWithObjectsAndKeys:field, BDSKBibItemKeyKey, value, 
BDSKBibItemNewValueKey, previousValueForCurrentEditedNotesView, 
BDSKBibItemOldValueKey, nil];
         [[NSNotificationCenter defaultCenter] 
postNotificationName:BDSKBibItemChangedNotification
                                                             object:publication

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