Managed_File form element does not seem to provide an ajax trigger event in Form API

I am able to get ajax working on other form elements, but for some reason I am unable to find the event for the managed_file element. Am I missing something?

$form['import_file'] = array(
  '#type' => 'managed_file',
  '#name' => 'import_file',
  '#title' => t('Select Import File'),
  '#size' => 20,
  '#description' => t('CSV only for now'),
  '#upload_validators' => $validators,
  '#upload_location' => 'public://easy_import',
  '#progress_indicator' => 'bar',

Missing (non-existent) modules and Invalid modules array

When I try to update my db (8.8.5), I get 

# ./dr updb
 [error]   (Currently using Missing or invalid modules Array)
 Requirements check reports errors. Do you wish to continue? (yes/no) [yes]:

>  [notice] Update started: panels_ipe_update_8401
>  [error]  The module geolocation_google_maps does not exist.
>  [error]  Update failed: panels_ipe_update_8401

and then, in status report, I get:

The following modules are marked as installed in the core.extension configuration, but they are missing:

Drupal 8 module to bulk assign (by Role) permissions for Views

Hi,

I am wondering if there is a module out there that allows an administrator to bulk update/edit Access per View by Role as available under Page Settings in the Views UI.  It would be something like a master list of all Views and then you could check/uncheck which Roles can access that particular View.  I looked around but could not find something like this.  Any leads would be much appreciated!  

Cron job by anonymous users

Hello,

Recent log shows cron jobs were submitted by anonymous users. Why does it happen and how to prevent it?

How to display the class for the active menu ?

Here is the menu.twig.html template provided by Drupal Bootstrap :

FAQ pages

Hi there,

I am looking for some help. I already have an FAQ page on my website and I don't want to add to it. Instead, I want to add additional FAQ pages on a different topic. When I go to ADD CONTENT and ADD FAQ it gives me a blank page with space to add text and a list of FAQs but these FAQs are frustratingly then just added at the bottom of my original FAQ page that I don't want to add to. 

Can anyone give me advice on creating brand new FAQ pages where the FAQs don't just appear at the bottom of the page I already had.

Thanks so much in advance!!

Pages

Subscribe with RSS Subscribe to RSS - Drupal 8.x