-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: can't add a new currency (newCurrencyName
is undefined)
#314
Comments
Having the same issue on NC 30.0.2 with Safari and the latest Cospend version (2.0.0) |
Hi, exactly same issue here (NC 30.0.2 / Firefox 133). |
Same issue Had to manually insert into DB to have more currencies: insert into oc_cospend_currencies (projectid, name, exchange_rate) values ('home', '$ USD', 4.0); |
I tried forking to fix it, seems to already be fixed on master. Does anyone have any idea when it'll be released to the App Store? |
@chenasraf Thanks for attempting to implement a fix. @ALL I didn't have much time for Cospend lately. I'll make a release soon. |
Adding a new currency fails because
newCurrencyName
is undefined. I'm provinding a currency name, so it looks like something isn't wired up in the form.This screenshot shows the currency I'm trying to add (name:
CHF
, value:1.06
) and the error in the console:Full stacktrace
Version details
The text was updated successfully, but these errors were encountered: