many times over the years (mostly in drupal 7), i have had to implement a field that stores the date a node was published. every single time, the client was dumbfounded that there was no field for that built in. i would love to see a core field in the node table that stores the publish date, just like the created and changed fields.
i'm sure this would fall way down the list in terms of priorities, and i understand that. just an item from my wish list.
kudos to the backdrop team, i am very glad backdrop exists. i look forward to having time to contribute.
Recent comments
Thanks for the guide, let me do just that. I hope there is still a chance of these seeing a backdrop port.
Station and Community Media
The block system and API in Backdrop is very different from Drupal's. In Backdrop, as in Drupal, modules can define blocks in code (in fact some of the API at this level is the same, with...
Drupal block module conversion
This was from examining line 2463- of the webform.module, where // Attach necessary JavaScript and CSS. $form['#attached'] = array( 'css' => array(backdrop_get_path('module', 'webform...
How do I diagnose Webform Conditionals failing?
d'oh. Because of course it is reassigning. Don't mind me... the correct syntax is $form['#attached']['js'][] = backdrop_get_path('module', 'mymodule') . '/mymodule.js';
How do I diagnose Webform Conditionals failing?
Issue opened at Github: https://github.com/backdrop-contrib/webform/issues/220
How do I diagnose Webform Conditionals failing?