Skip to content

additional options/OVERRIDE_APP_HOST option removed from the UI or doesn't work #732

@kyteinsky

Description

@kyteinsky

Describe the bug

The additional options UI has disappeared from the UI, maybe a regression from this PR: #705. Going back a few commits (4074fd8), it can be set in the UI but it doesn't work still. "additional_options" is not available here in the deploy config:

if (isset($deployConfig['additional_options']['OVERRIDE_APP_HOST'])) {
return $deployConfig['additional_options']['OVERRIDE_APP_HOST'];
}

more testing is required to rule out the php cache and find the exact point of the issue, if additional option was never inserted in the DB or if it wasn't fetched properly.

Steps/Code to Reproduce

/

Expected Results

/

Actual Results

/

Setup configuration

NC = v33.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingdeployRelated ExApp deploymentphpPull requests that update Php codepriority: medium

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions