I know this scenario is not allowed and the application should block it... But it causes a major crash and then you are stuck on a currency window you cannot close...
The errant code is here:
com.infinitekind.moneydance.model.CurrencyType.setRelativeCurrency(CurrencyType)
if (getCurrencyType() == Type.CURRENCY && !newRelativeCurrency.equals(base))
throw new RuntimeException("Cannot set relative base for non-securities to anything but the base currency");
Please can you change to nicely exit the screen with a nice popup message?
Build 3069:
I know this scenario is not allowed and the application should block it... But it causes a major crash and then you are stuck on a currency window you cannot close...
The errant code is here: com.infinitekind.moneydance.model.CurrencyType.setRelativeCurrency(CurrencyType)
Please can you change to nicely exit the screen with a nice popup message?
Causes this error log attached.. errlog.txt