Skip to content
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] Table rows get overridden when adding a new service #116

Closed
TreyWW opened this issue Nov 25, 2023 · 6 comments
Closed

[BUG] Table rows get overridden when adding a new service #116

TreyWW opened this issue Nov 25, 2023 · 6 comments

Comments

@TreyWW
Copy link
Owner

TreyWW commented Nov 25, 2023

Image

/dashboard/invoices/create/

@namrata18s
Copy link

can you please assign this to me? Thankyou

@luoli830
Copy link
Contributor

luoli830 commented Dec 2, 2023

@TreyWW This is from my lastest version
image
Can you update the api for services so that I can reproduce the issue ?

@TreyWW
Copy link
Owner Author

TreyWW commented Dec 2, 2023

Hi @fivecctv117
Does the modal not work at all? Could you send any error messages or screenshots of what isn't letting you create any?

Thanks for your interest

@TreyWW
Copy link
Owner Author

TreyWW commented Dec 2, 2023

Ah I see what you mean. I'll have a bit of a play around to see if I can get it to use the right thing, it's probably set to the wrong api/some new bug somewhere. I'll keep this updated

@TreyWW
Copy link
Owner Author

TreyWW commented Dec 2, 2023

Sorry about that, fixed in 57957e7, the normal bug is back to being here. First service gets added, then next service replaces the first one.

Likely a bug in add.py from invoices/services/.

I'll leave this down to either of you if that's okay, I'm fine to step in if you can't figure it out.

Thanks

@TreyWW
Copy link
Owner Author

TreyWW commented Dec 2, 2023

Aha fixed this by using hx-include="#services_table_body"

Pretty much the modal had no access to the body as we moved it away, now it does.

Sorry about that, thanks both of you for taking an interest though, I'm sure i'll find more bugs later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Archived in project
Development

No branches or pull requests

3 participants