Version: 4.5.3 (using KDE 4.6.0) OS: Linux cannot edit the first sign up institution Message after save button: Unable to store institution: unknown institution Reproducible: Always Steps to Reproduce: * make a new kmy file * @ first login the institution has no name * right mouse klick "edit institution" is grey * dobble klick @ institution with no name open "edit institution" * i edit the name an klick ok * the message "Unable to store institution: unknown institution" Expected Results: my edit are safe OS: Linux (i686) release 2.6.37.6-0.7-desktop Compiler: gcc
Created attachment 63865 [details] first step
Created attachment 63866 [details] edit page
Created attachment 63867 [details] bug
Try using "new institution" instead of "edit institution." The listing you selected in the institutions view is for any accounts without an institution. It isn't really an institution that you can edit. I think the real bug here is bringing up the institution edit dialog if the selected institution is "Accounts with no institution assigned." which isn't really an institution, thus the error message on trying to save it.
SVN commit 1255051 by tbaumgart: Don't open the institution editor if selected institution does not have an ID BUG: 282578 M +4 -0 kmymoney.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1255051
then I have to say unfortunately what brings one a template if you can not use this? * You may not use the money to rename or Institute * Pull or drag & drop shortcuts into the accounts and other bank
Acually - given Thomas's fix, this should probably be closed as Fixed rather than Invalid. Claus - I'm sorry, but I really don't understand what your problem is. Perhaps if you post in German, someone can translate. However - it seems there is a bug in the program. When you select "Accounts with no institution assigned" you are not selecting an institution - so it really should not give you the "edit institution" dialog. You cannot rename an institute that does not exist. You really need to create a new institution before you can edit it.
Yes, there was a bug. When "Accounts with no institution assigned" is selected you cannot activate "Institution/Edit..." or the "Edit.." option in the context menu. That is disabled for a long time. The only leak that existed was using the double click to open the editor. The fix above closes that leak. I also like the idea about using German in this case.
SVN commit 1256928 by conet: Don't open the institution editor if selected institution does not have an ID Backported to the stable branch. BUG: 282578 M +4 -0 kmymoney.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1256928