-
Notifications
You must be signed in to change notification settings - Fork 16
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
Port OgComplexWidgetTest #140
base: 8.x-1.x
Are you sure you want to change the base?
Conversation
Started porting. I'm currently stuck on the audience field not being shown in the node edit form by default. I'm trying to make it visible but I'm getting schema errors when I do so:
|
Yes, we should take care of it in Thanks for working on it :) |
OK so the test is correct, the schema is simply missing. |
@amitaibu good to know, I was wondering about this. When I continue tomorrow I will create a ticket for that and refer to it in the code. |
The test is not running, it should be added to Travis. |
These changes are inspired by the excellent Travis integration of the Rules module.
Oops I sent Travis into an endless loop :-/ |
I merged in #147 since that is a bug that was discovered while working on this and I need the fix to continue here. |
…ty values through. Started on a test for this field.
I've been doing manual testing and noticed some problems with the 'Other groups' field:
Committed work in progress, I have to work on something else for the time being. |
Completed the This currently fails, so this functionality has apparently regressed. |
Indeed we didn't tackle it yet. I think it's fine not keep it out for now, so this PR doesn't become too scope intensive. |
@amitaibu I intend to fix the bugs that I find and split them off to separate tickets so they can be reviewed separately if that is OK for you? That will reduce the scope of this over time, so in the end it will be trivial to review. |
👍 |
Easier to type, and consistent with the other tests.
…s for users only.
Is this ready for review? |
No not yet, there is still a lot to do here. |
This is currently postponed on the big refactoring work that is happening on the OgComplex widget in #161. Once that is done we can work on the |
Some bugs are popping up when adding groups to the group audience field using the complex widget. One of these that was recently fixed is #138.
Let's port the original OgComplexWidgetTest so that we can discover any remaining problems, and ensure it keeps working in the future.