Also copy comments on RDB#apply

This commit is contained in:
Matthias Koefferlein 2024-04-28 17:52:51 +02:00
parent fbc336dde2
commit 4f96914b3c
1 changed files with 1 additions and 0 deletions

View File

@ -1876,6 +1876,7 @@ Database::apply (const rdb::Database &other)
// actually transfer the attributes here
i->set_comment (other->comment ());
// TODO: this has some optimization potential in terms of performance ...
i->set_image_str (other->image_str ());
i->set_tag_str (other->tag_str ());