This is part of #378...
We already support setting priority-medium
and priority-low
in views settings, but we do that by manually adding the class (which a user needs to know exists) to the field:
D8 does it better:
GitHub Issue #:
3656
This is part of #378...
We already support setting priority-medium
and priority-low
in views settings, but we do that by manually adding the class (which a user needs to know exists) to the field:
D8 does it better:
Posted 15 hours 4 min ago by (Jens2) in How-To and Troubleshooting
Posted 15 hours 19 min ago by (onyx) in How-To and Troubleshooting
Posted 2 days 7 hours ago by (Matt75) in How-To and Troubleshooting
Recent comments
I am seeing via dpm debug that the nodes that are authored by someone else are not even being interrogated at the view level; they are simply avoiding the hook_node_access call. Yet the...
node access
One suggestion would be to "fail early". It looks like if the user does not have the organisation field set, none of the other code matters. if ($role == "organisation") { $u = user_load($...
node access
Great, willowf! Glad to help. Yes, posting on the issue queues is the way to go. What you saw here doesn't always happen :) stpaultim and I caught an interest in this module since it was...
Points for users