Problem/Motivation

Error on admin/reports/updates page

Steps to reproduce

Install the module and go to admin/reports/updates page

Proposed resolution

Delete old line inside simple_image_rotate.info.yml file
and commit the module...

to do on version 2.1.0 and 2.1.x

CommentFileSizeAuthor
#3 ok patch.png66.55 KBguilhermevp
Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

steveoriol created an issue. See original summary.

guilhermevp’s picture

Status: Active » Reviewed & tested by the community
StatusFileSize
new66.55 KB

Patch works as intended and removes old lines.

steveoriol’s picture

While waiting for the Merge request to be validated and commited, you can apply the patch in the "extra / patches" section of the composer.json file by adding these lines to avoid the "Not supported!" in the "admin/reports/updates" and "admin/reports/status" pages :

[...]
           "drupal/simple_image_rotate": { 
                "[3211423] Remove old info added by old Drupal.org packaging script": "https://git.drupalcode.org/project/simple_image_rotate/-/merge_requests/2.diff" 
            },
[...]
afagioli’s picture

Seems to be fixed in today dev release

afagioli’s picture

Status: Reviewed & tested by the community » Fixed
afagioli’s picture

Status: Fixed » Closed (fixed)