Closed (cannot reproduce)
Project:
Weight
Version:
7.x-2.2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Mar 2013 at 23:00 UTC
Updated:
23 Aug 2017 at 00:14 UTC
Jump to comment: Most recent
Comments
Comment #1
davisbenI'm not able to reproduce this. Could you try commenting out the access check in weight_form_node_admin_content_alter? It should be lines 118 and 153 in 7.x-2.2.
Comment #2
davisbenComment #3
onduhray commentedI commented out that section of the module with no effect. I uninstalled the module, deleted the directory (because it was not deleted on uninstall), and reinstalled from latest drupal.org version. Followed instructions to enable weights for the specific content type, and still does not show in Administration >> Content, as it did before. I even tried adjusting the permissions to all authenticated users to no effect.
The workaround I found was to use the supplied view (which defaults to /weights), which offers a drag and drop view and a numerical view as before.
If this is the intended way to modify weights now, please update your documentation. If not, then it still doesn't work as described.
I also think that it might not be due to the new version of Drupal so much as the new version of Weight. I noticed that some permissions were removed from the latest version (2.2). Maybe since I had the old version installed, the upgrade (when I upgraded drupal core too) broke something with the permissions, or the method of viewing it per instructions (under Administration >> Content).
Let me know if there is any other information I might provide to help, if indeed this is not how the module is supposed to work.
Comment #4
jackhutton commentedI'm unable to change weight values for records;
the log displays this error message
any thoughts? I haven't tried upgrading to 7.x-2.dev -
thank you.
Comment #5
fab4real commentedSame problem here.
Weight tab settings not showing up. Also in user permissions there is nothing related to this module.
I'm using Weight 7.x-3.1 with Drupal 7.50
Comment #6
abarpetia commented@fab4real: check this issue 2674354. andrew.chappell provided document link to create view for weight tab settings.