Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Equal dev-2.0 - Missing Usage URL #217

Open
alexandraYesbabylon opened this issue Feb 13, 2025 · 0 comments
Open

[BUG] Equal dev-2.0 - Missing Usage URL #217

alexandraYesbabylon opened this issue Feb 13, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@alexandraYesbabylon
Copy link
Collaborator

Describe the bug
The usage URL does not exist in the UsageFactory.class.php class. This causes the field to be created with a length of 1 instead of 255 characters when defining a field

Field
'website' => [
'type' => 'string',
'usage' => 'url',
'description' => 'Organisation main official website URL, if any.',
'visible' => ['type', '<>', 'I']
],

Result DB
website: varchar(1)

Result import DB

Since the website field is created incorrectly, the data defined in the import JSON files cannot be imported.

@alexandraYesbabylon alexandraYesbabylon added the bug Something isn't working label Feb 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant