I recently created a drupal module project and messed up the tags and branches on my first attempt to upload. I flagged the first release I had created as unsupported in order to hide it. I then created a new release (new branch, new tag and version number upgraded) that I want to show as supported. However when I install it and check for udpates it shows as unsupported.
This might not be fully related to Drupal... but... I'm using the Drupal VM vagrant environment to develop with Drupal. I use xdebug a lot and sometimes (very rarely) xdebug refuses to trigger when I add a breakpoint in code. So I'll keep refreshing the site page in the browser to trigger xdebug but nothing happens, however, if I then clear the Drupal site cache (using drush cr on the command line) then xdebug immediatly works as expected on the next page refresh.
However as I suspected it doesn't fully work with the media library module. The library shows uploaded media but it doesn't allow one to add new media.
Upon investigation is seems I may need to create the form by extending the class
I'm trying to set the title attribute of an image (multiple) field using hook node presave. I will ultimately be using the filename without the extension but for now I'd just like to get the title to set then I should be right to build that variable.