esmero / ami

Archipelago Multi Importer. A module of mass ingest made for the masses
GNU Affero General Public License v3.0
2 stars 4 forks source link

ISSUE-177: of long Views and Display Machine names. #178

Closed DiegoPino closed 1 year ago

DiegoPino commented 1 year ago

See #177

This solves our part of the issue but, sadly, as I explored the world of non-sense, long Machine names (creating the longest Drupal allowed me to) I broke VBO.

See this here https://git.drupalcode.org/project/views_bulk_operations/-/blob/4.2.x/src/ViewsBulkOperationsBatch.php#L76 Basically VBO does the same, concatenates this blindly, breaking when the sum of a Views Machine name + a Display exceeds the very tiny Drupal Name for a temporary storage collection...

@alliomeria @aksm the world of OSS is hard.

aksm commented 1 year ago

Hi @DiegoPino, makes sense and all looks good here.

DiegoPino commented 1 year ago

Thanks @aksm and @alliomeria. Will merge this thing