Project

General

Profile

Actions

Bug #105102

closed

native integer enums in select VH

Added by Achim Fritz about 1 month ago. Updated 16 days ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2024-09-24
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

passing a native integer enum like

enum Salutation: int
{
    case Empty = 0;
    case Mrs = 1;
    case Mr = 2;
    case Divers = 3;

}

to Select-VH property, leeds to an error, because it cannot be converted to string

!Screenshot 2024-09-24 at 13.59.06

!


Files

clipboard-202409241402-jrlwt.png (71.8 KB) clipboard-202409241402-jrlwt.png Achim Fritz, 2024-09-24 12:02
Actions

Also available in: Atom PDF