Skip to content

Resolve TODO: re-check options route in fractal action #35

Closed
@SOHELAHMED7

Description

@SOHELAHMED7

Resolve below TODO:

File: src/lib/items/FractalAction.php::getOptionsRoute()

public function getOptionsRoute():string
    {
        //@TODO: re-check
        if ($this->prefix && !empty($this->prefixSettings)) {
            $prefix = $this->prefixSettings['module'] ?? $this->prefix;
            return trim($prefix, '/').'/'.$this->controllerId.'/options';
        }
        return $this->controllerId.'/options';
    }

Part of #10

and

Part of cebe#180

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions