Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [dirigible-dev] Help with defective UI in Dirigible app
  • From: "Pavlov, Yordan" <yordan.pavlov@xxxxxxx>
  • Date: Sun, 5 Jul 2020 19:21:02 +0000
  • Accept-language: en-150, en-US
  • Arc-authentication-results: i=1; mx.microsoft.com 1; spf=pass smtp.mailfrom=sap.com; dmarc=pass action=none header.from=sap.com; dkim=pass header.d=sap.com; arc=none
  • Arc-message-signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=microsoft.com; s=arcselector9901; h=From:Date:Subject:Message-ID:Content-Type:MIME-Version:X-MS-Exchange-SenderADCheck; bh=7w6YopbvvL/LDQSnZ2+6oGm0uU/XLQaUpw/UxP9suYw=; b=BMxrquC8dADtRwL6E13+QFi7oUm2bT5/VMnBdYYjgOd5WQdca0JrHfXK6JfTXXoqlQy6eO4ajiLd4PAxyC1DwnL0jhPSGnaQW0tx11ME3NuTn3BLtoNASpHIik/Fr1fJTnkeBIQC/Rol23BUo78WZvY7buFf7CAGOvCYPAVC+xOt2254tw4PUpfeHL38tqGsXZ2c7E6yL7ie3Xs9BCxG44T2tAnxsGONllAMufAaP/V3ej6dLx62wayyT1VCgyJFNvGzbg2BQAxJatpWLyYsds3revueEzwnjEkvT79/Dd1c54SVQOkMgrMQ2tJ82UGPTr6MaaA/5nh/PjndpVGdeQ==
  • Arc-seal: i=1; a=rsa-sha256; s=arcselector9901; d=microsoft.com; cv=none; b=g1XvIIdpTMx6wkO/MKGvXQAS7WF+NI1cSgY/1lHe+NP3PhZ676tC5X6SGo1eUVrxzd0UPfo0mwpwTyIi3v0ij3HJl1067Nl9Z3vsMWGFq+BllpJvMQXGmCUqWpyt5rVEAE11b+et6Fc/WwI4N2W/lDCB6xjcHdsJ4wP1UkWQ/NOheVU6Y4suXffufulSwgqh5FQjyhQiehFqxyqQIAGIwUiPc91hAChVAHexQCRofMWKDRPva118q24iPCkPXwSXHVGLctKsgz6I/TKKu1FkiGCaZX0YLPIfkReHkhh6T52/MZbbHsEuDreWNh3nHqG8RIYlXlVHXscaB7j+tGPeug==
  • Delivered-to: dirigible-dev@xxxxxxxxxxx
  • Ironport-sdr: nPqtSuhMRUFz4wgFenPzM8wljASokvbgOx3gBGgLD9J1kRjkc76BsroQz2gYtXLWxxmNTmlphF bhODWA7OBYLPlysipbWWbxu+3VXqybO5T9aVt4o79lm0BZxrFE0p0o4RcNQjGl1L39QPkWA2/9 8MwCa6cXqWdaR+A5+yO5P0BfYbNN/oQMH8Y4bvkE2m4zrAGrHuGP872vMqlxqUldYI4w8Z37c4 Y0hxYKZXFIGJy6Fwj8V/9tqG0KLsVqfg0hKKOR7cv5TvK4/a/X417/9QGX6wT03Z/LenTaKC6m X+JuCxDqvgiKCqRlvczRzzmc
  • List-archive: <https://www.eclipse.org/mailman/private/dirigible-dev>
  • List-help: <mailto:dirigible-dev-request@eclipse.org?subject=help>
  • List-subscribe: <https://www.eclipse.org/mailman/listinfo/dirigible-dev>, <mailto:dirigible-dev-request@eclipse.org?subject=subscribe>
  • List-unsubscribe: <https://www.eclipse.org/mailman/options/dirigible-dev>, <mailto:dirigible-dev-request@eclipse.org?subject=unsubscribe>
  • Thread-index: AdZSUPvv8LYG5YhdQp6supO2/bVomwAyZPQA
  • Thread-topic: Help with defective UI in Dirigible app
  • User-agent: Microsoft-MacOutlook/16.37.20051002

Hi Arthur,

 

Thanks for reaching out, we’ll be more than happy to help you on this!

 

From the screenshot it seems like an issue with the “Theme” service.

 

I’ve tried to reproduce the problem and I’ve found the issue, it seems that the “/services/v4/core/” path was missing from the “xs-app.json” file.

It seems also that the “@sap/approuter” dependency now have min version of 2.7.1.

Here are the commits that fixes these issues:

 

Now unfortunately you have to un-depeloy and deploy the application again:

  1. Pull the latest changes from: https://github.com/dirigiblelabs/deployment-sap-cloud-foundry
    1. As of now you can keep the “runtimeDockerImageTag” to “latest” (until we release version 5.1.0), as it will bring the latest enhancements to the application template, used for generation:

                                                               i.      eclipse/dirigible/issues/571 - [EDM] Security Roles management the Entity/Property UIs

                                                             ii.      eclipse/dirigible/issues/572 - [Templates] Add support for required properties

                                                           iii.      eclipse/dirigible/issues/573 - [Templates] - Add support for pattern based validation

                                                           iv.      eclipse/dirigible/issues/576 - [Templates] - Add support for more widget types

                                                             v.      eclipse/dirigible/issues/577 - [Templates] - Add support for widget length

                                                           vi.      eclipse/dirigible/issues/578 - [Templates] - Add support for pattern hint

                                                          vii.      eclipse/dirigible/issues/579 - [Templates] - Add support for Color widget type

  1. You can un-deploy your application either from the SAP Cloud Cockpit, or from the Cloud Foundry CLI
    1. From the Cockpit it’s easier, just go to your subaccount -> space -> Applications and delete your application components (e.g. “dirigible” and “dirigible-runtime”)

    1. From the CLI you have to type the following commands (assuming that the <application-name> is dirigible):
      • cf delete dirigible
      • cf delete dirigible-runtime
  1. Follow the instructions on how to deploy from the README.md

 

Shall you have 30-45 min on Monday or Tuesday, so we could setup a short call to help you with the update and to have a discussion?

 

Regards,

Yordan

 

From: Chinelato Arthur <arthur.chinelato@xxxxxxxxxx>
Date: Sunday, 5 July 2020, 1:18
To: "dirigible-dev@xxxxxxxxxxx" <dirigible-dev@xxxxxxxxxxx>
Subject: Help with defective UI in Dirigible app

 

Hello Yordan and Dirigible Team,

 

Hope you are doing well. I’ve successfully deployed the Dirigible at Cloud Foundry within SCP and now I’m using the Dirigible IDE for testing and PoC.

When I tried to reproduce my first app by creating an application using the template over my Entity Model, after publishing and executing the App, the UI/theme looks really messy/defective as per screenshot below.

 

 

Whereas in the Dirigible Tutorials, after activating and publishing the app it looks like this:

 

That leads me to believe that something is broken, but since I’m a beginner on all these topics, all I could do is to check the console to find out what could be missing.

 

 

Would you be so kind to suggest me what could be missing on my installation or maybe wrong with my application? I followed the same steps as per the tutorial, just my Entity Model is simpler than yours.

Just FYI, I’ve recently deleted/re-deployed the Eclipse Dirigible on the Cloud Foundry because the version I installed previously was not stable. I’m using 4.6.0 now.

 

Thanks a lot and Best Regards,

Arthur Chinelato, PSM I | Product Coordinator, Dep. Unit Manager

 

Mobile: +55 19 99138 2631

Telephone: +55 19 3514 1999

Email: arthur.chinelato@xxxxxxxxxx
 

Phoron 10 yearsPhoron do Brasil Ltda.
Rua Antonio Sergio Martins, 32
Centro - Vinhedo/SP

CEP 13280-148
www.phoron.com.br | Imprint

Please consider the environment before printing this email!

 


Back to the top