-
Notifications
You must be signed in to change notification settings - Fork 71
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
Add re-ordering support to our existing 'Members' admin view #1262
Comments
Depends on #1261 |
Linking to #932 |
We have a complication. Our new weight_field uses the 'integer' field type instead of the weight module's 'weight' field type. This is good in that we can force it to conform to the semantic requirements of Two possible resolutions:
Between the two, I would prefer the former over the latter. |
I'd make it a weight field. I always opt for the least code solution. |
We have three UI options for creating a re-order page:
|
I've updated the PR to just create another tab. It makes the PR much cleaner. |
Resolved via d45f948 |
If you go to the 'Members' tab for an object, you get an admin view with all of the members belonging to an object. According to this issue for the weight module, you can configure the view to become a drag 'n drop interface for re-ordering children. Add this to our view so we can re-order pages.
The text was updated successfully, but these errors were encountered: