Bug 517088 - Regression: app URL is not updated when app name changes in deployment wizard
Summary: Regression: app URL is not updated when app name changes in deployment wizard
Status: RESOLVED FIXED
Alias: None
Product: CFT
Classification: ECD
Component: General (show other bugs)
Version: 1.0.3   Edit
Hardware: PC Mac OS X
: P3 normal
Target Milestone: 1.1.0 RC1   Edit
Assignee: Project Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: plan
Depends on:
Blocks:
 
Reported: 2017-05-22 12:19 EDT by Nieraj Singh CLA
Modified: 2017-05-23 15:11 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nieraj Singh CLA 2017-05-22 12:19:17 EDT
When deploying an application and changing its name in the deployment wizard, the application URL is no longer updated.

This seems to be a regression introduced by removing the requirement for web applications to have a URL, in order to support the "no-route" option.

The fix is simple: ensure that URL suggestion and requirements are separate API in the application delegate, and that the wizard relies on URL suggestion being set to true by default, and requirement to false by default (which it already is).

I have tested this fix and it resolves the issue.