Skip to content

Commit

Permalink
che eclipse-che#13553: Making che 6 workspace supported
Browse files Browse the repository at this point in the history
Signed-off-by: Ilya Buziuk <ibuziuk@redhat.com>
  • Loading branch information
ibuziuk committed Jun 17, 2019
1 parent a169935 commit 3e4b626
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export class WorkspaceItemCtrl {
this.workspaceSupportIssues = `This workspace is using old definition format which will be deprecated soon.
Please follow the documentation to update the definition of the workspace and benefits from the latest capabilities.`;

return false;
return true;
}
if (!this.workspaceSupportIssues) {
this.workspaceSupportIssues = '';
Expand Down

0 comments on commit 3e4b626

Please sign in to comment.