Bug 24906 - Problems with automatic saving the name and id of creator and who modifies the catalog
Summary: Problems with automatic saving the name and id of creator and who modifies th...
Status: NEW
Alias: None
Product: Koha
Classification: Unclassified
Component: Cataloging (show other bugs)
Version: 18.11
Hardware: All All
: P5 - low normal
Assignee: Bugs List
QA Contact: Testopia
URL:
Keywords:
: 25486 (view as bug list)
Depends on: 19349
Blocks:
  Show dependency treegraph
 
Reported: 2020-03-19 13:04 UTC by Dave
Modified: 2024-01-06 16:20 UTC (History)
1 user (show)

See Also:
Change sponsored?: ---
Patch complexity: ---
Documentation contact:
Documentation submission:
Text to go in the release notes:
Version(s) released in:
Circulation function:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dave 2020-03-19 13:04:53 UTC
I want the name of the creator and whoever modifies the catalogs in specific fields automatically.
So i changed the system switched the system preferences MarcFieldForCreatorId, MarcFieldForCreatorName, MarcFieldForModifierId, MarcFieldForModifierName, to the following fields 991 $ b, 991 $ c, 992 $ b and 992 $ c respectively. However, when I create a new catalog, field 992 is filled in instead of field 991, and when when I modify the catalog, field 992 is modified for the new data, deleting the old data.
I can manually create multiple 992 fields.

Someone having the same problem?
Comment 1 Katrin Fischer 2020-05-23 11:00:16 UTC
*** Bug 25486 has been marked as a duplicate of this bug. ***
Comment 2 Katrin Fischer 2020-05-23 11:00:37 UTC
I think this is probably the same issue:

(In reply to Dave from comment #0)
> I'm having trouble storing the fields, MarcFieldForCreatorId,
> MarcFieldForCreatorName, MarcFieldForModifierId and
> MarcFieldForModifierName. I put the fields 991 $ b, 991 $ c, 992 $ b and 992
> $ c, respectively, in the system preferences.
> However, when I create a new record these fields are not correct. The name
> you created appears in the field of those who modified it and when I modify
> the record, the field in marc remains empty.
> I've tried several attempts, in similar cases, like running updatebase.pl,
> checking the fields, etc., and the results remain the same.