-
-
Notifications
You must be signed in to change notification settings - Fork 59
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
Update a Word's word type after associating it with a Number #1198
Comments
Hi, I'm interested in working on this. Can you assign this issues to me? |
@dimky01 Hi, Aiyetigbo. Thank you for helping 🙂 I've invited you to join our GitHub organization, so you should have received an invite via e-mail. And after you accept the invite, you will get access to assign yourself to this issue and create a new branch. Also, please see https://github.com/elimu-ai/wiki/blob/master/CONTRIBUTING.md for instruction on how to create a pull request. Let us know if you need any assistance. You can chat with us in Slack. |
@dimky01 Hi, Aiyetigbo. Are you still interested in working on this issue? |
Hi! I'm new to this project and I'm interested on working on this issue if it is still available, let me know if I can be assigned it, thanks! |
@JusteenR Yes, we appreciate your help 🙂 Please accept the invite to join our GitHub organization (see e-mail notification), and then you should get access to assign yourself to this issue. |
@JusteenR Let us know if you need any assistance. |
@nya-elimuai Hi! I am working on this issue and have an idea but I am not sure how to test it. I can't seem to see the logs for the java controllers and when I run |
@JusteenR If you use But maybe you want to do debugging? If so, you can select "Attach Debugger" in your IDE: Does this solve your problem? 🙂 |
@JusteenR Would you like some help with this issue? |
NumberCreateController
NumberEditController
When a Number is being linked with a number word (at http://localhost:8080/webapp/content/number/create), check if the Word already has a
wordType
. If not, set the word type toNUMBER
.The text was updated successfully, but these errors were encountered: