When re-editing a node, _sometimes_ it is not possible to update the categories.
The most frequent symptom is that the existing categories are not showing/marked in the edit window. When updating/submitting, only the Title and body text is updated, original categories are retained.
I am experiencing this both on our 4.6.x installations, with 4.7 CVS and at Bryght hosting.
Not sure if the below references are about the same:
I just noticed that when choosing sub-level terms from the vocabularies, their parent terms are not included anymore, so we have to click on both Software and Drupal if we want Software/Drupal to be included in the post's taxonomy terms.
Is this a change or a missing part in CVS?
How will this be in the final release?
I assume we can create a SQL update query to update all parent nodes for the posts on this site.
I like the new capability to pass hidden params as values without sending to the browser. However this is only supported if I create a function with "[form name]_submit". This is fine but such a function seems to require that the original form be rendered immediately after my processing code. I was unable to prevent this.
Thus, the "[form name]_submit" method of processing a form is not usable for interjecting a confirm form ("are you sure you want to...") between the form and its processing?
note that this would be nice (Not sure as tot he implementation details)
This may be an obvious question, but I ask as Site5, on which we (and many other Drupallers) have a number of sites, has just notified us of scheduled maintenance:
During the aforementioned maintenance window, Site5 will be recompiling Apache (keeping the same version), upgrading PHP to 4.4.1 & upgrading MySQL to 4.1.15.
Do you known what to you in Drupal 4.7 if I need to be able to set permission to each node.
I used "node privacy by role" module and it was good, but now it is not working in Drupal 4.7.
Or is there also "node privacy by role" for Drupal 4.7?