TheAxelander/OpenBudgeteer

Missing Import Profile Save Button

Closed this issue · 7 comments

Hi! When I am importing I am not seeing the "Save Profile" button for the import config, not sure if this is due to my docker compose or not.
Openbudgeteer Issue

This is the compose I am using

openbudgeteer:
image: axelander/openbudgeteer:latest
#image: axelander/openbudgeteer:pre-release
#image: axelander/openbudgeteer:1.7
container_name: openbudgeteer
ports:
- 3003:8080
environment:
- CONNECTION_PROVIDER=mariadb
- CONNECTION_SERVER=localhost
- CONNECTION_PORT=3306
- CONNECTION_DATABASE=Openbudgeteer
- CONNECTION_ROOT_PASSWORD=filler
- CONNECTION_USER=filler
- CONNECTION_PASSWORD=filler
- APPSETTINGS_CULTURE=en-US
- APPSETTINGS_THEME=morph
depends_on:
- mariadb
labels:
- wud.watch=true

mariadb:
image: mariadb
container_name: mariadb
environment:
MYSQL_ROOT_PASSWORD: filler
volumes:
- ~/Mariadb:/var/lib/mysql
ports:
- "3306:3306"
labels:
- wud.watch=true

Well there is nothing filled in, so that's why you can' t see any Save button. Or do you look for the "Import button"?

Even with everything filled out I'm still not seeing a save button anywhere. Went through the full import config to make sure.
Openbudgeteer Issue Cont

Did you filled out the mapping section completely? As you can see that last step is still in status disabled

Sorry, that was before I went through and double checked before sending. But yes, even with everything mapped and filled out I'm not seeing it. The save button should be in the Select Import Profile section right?

Openbudgeteer Issue Cont 2
Openbudgeteer Issue Cont 3
Openbudgeteer Issue Cont 4

Here are all 3 drop downs. Doing what I can to try and troubleshoot right now

After continued clicking around it appeared. Apologies!

No problem :)