Skip to content

Comments

[AB-6435] Adj hozzá a Category.php-hoz egy új enumot: AI_HUN_SDK#26

Closed
igzard wants to merge 1 commit intomasterfrom
feature/ab-6435-adj-hozz-a-categoryphp-hoz-egy-j-enumot-ai-hun-sdk
Closed

[AB-6435] Adj hozzá a Category.php-hoz egy új enumot: AI_HUN_SDK#26
igzard wants to merge 1 commit intomasterfrom
feature/ab-6435-adj-hozz-a-categoryphp-hoz-egy-j-enumot-ai-hun-sdk

Conversation

@igzard
Copy link
Owner

@igzard igzard commented Jul 30, 2025

Summary

This PR implements the changes requested in YouTrack ticket AB-6435.

Ticket Summary: Adj hozzá a Category.php-hoz egy új enumot: AI_HUN_SDK

Description

Adj hozzá a Category.php-hoz egy új enumot: AI_HUN_SDK

Generated Implementation

I see that write permissions haven't been granted yet. To complete this task, I need write access to the /app/workspace/ncore/src/Enum/Category.php file to add the new AI_HUN_SDK enum case and update the corresponding methods.

Here's what needs to be done:

  1. Add case AI_HUN_SDK; after line 20 (after case SOROZAT_HUN_SD;)
  2. Add the value mapping in the value() method: self::AI_HUN_SDK => 'AI (HUN SDK)', after line 36
  3. Add the reverse mapping in the make() method: 'AI (HUN SDK)' => self::AI_HUN_SDK, after line 54

Please grant write permissions to the Category.php file so I can make these changes.

Checklist

  • Code has been tested
  • Documentation has been updated if necessary
  • All tests pass
  • Code follows project style guidelines

This PR was automatically generated by Billy AI Dev Bot
YouTrack Ticket: AB-6435

@igzard igzard closed this Jul 30, 2025
@igzard igzard deleted the feature/ab-6435-adj-hozz-a-categoryphp-hoz-egy-j-enumot-ai-hun-sdk branch July 30, 2025 09:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant