gnucash master: Get the Aqbanking transfer action to work again: Revert part of 7faed6540162ccd1fe.

Christian Stimming cstim at code.gnucash.org
Sun Aug 31 16:51:32 EDT 2014


Updated	 via  https://github.com/Gnucash/gnucash/commit/85c74fbe (commit)
	from  https://github.com/Gnucash/gnucash/commit/1ee4210b (commit)



commit 85c74fbeaa982cba431c8c05f744524ee7fae666
Author: Christian Stimming <christian at cstimming.de>
Date:   Sun Aug 31 22:48:56 2014 +0200

    Get the Aqbanking transfer action to work again: Revert part of 7faed6540162ccd1fe.
    
    As discussed in
    https://lists.gnucash.org/pipermail/gnucash-devel/2014-July/037868.html
    as an exception the direct access to the kvp is enabled again in
    import-export/aqb/gnc-ab-kvp.c because the way aqbanking transfer templates
    are stored cannot be mapped directly on the properties mechanism.
    With this implementation, at least the read access to the templates
    works again, which means the aqbanking transfers can be used again (they
    crashed immediately up until now).
    
    However, writing a changed template to the kvp seems to not work - the
    changed values seem not to be saved. This would be a bug, but not as severe
    as the previous one. The unittest verifies both reading and writing,
    though, and there also writing works fine. Well, this can be worked
    on later.



Summary of changes:
 src/import-export/aqb/gnc-ab-kvp.c    | 41 +++++++++++++++++++++++--------
 src/import-export/aqb/test/test-kvp.c | 45 ++++++++++++++++++++++++++++++++---
 src/libqof/qof/qofinstance.cpp        |  2 ++
 3 files changed, 75 insertions(+), 13 deletions(-)



More information about the gnucash-patches mailing list