Sebastian Esch
Sebastian Esch
Hi @austinkloske22, we have successfully tested a deployment to Cloud Foundry with a User Provided Service. It's important to use the correct tags for your service. If you include `db`...
It would be great to have this feature directly in ui5-tooling. At the moment the Fiori Application Generator uses a custom task using "webide-extension-task-updateManifestJson" to update the manifest.json when deploying...
At the moment the service from VCAP is only picked up when either the tag is 'db' - as this is the service name from the cds.requires section (which is...
Hi @johannes-vogel, the section of the UI5 documentations above your quote states: > There are three different channels for transporting messages to the client: > 1. The error response for...
HI @David-Kunz @ThomasChadzelek, I have created an example at https://github.com/sebastianesch/sap-cap-examples/tree/master/412-confirmation-dialog. At the moment, if I reply in CAP with an 412 error, the Fiori Elements application treats the response as...
@ThomasChadzelek I don't do that. I haven't seen this in the documentation anywhere. I'll try that. Adding the header to the response results in the Fiori App staying in the...
The response from the network tab in Chrome is: ``` --batch_id-1708089594292-130 content-type: application/http content-transfer-encoding: binary HTTP/1.1 412 Precondition Failed odata-version: 4.0 preference-applied: handling=strict content-type: application/json;odata.metadata=minimal;IEEE754Compatible=true {"error":{"code":"412","message":"Precondition Failed: Confirm project closure","@Common.numericSeverity":4}}...
Hi @lechnerc77, I would like to extend the scenario from Andreas and also additionally configure the Attributes sent to the Application and create Authorization Policies for Applications / create Groups...
I can confirm that the issue also occurs with SQLite. The search input from Fiori Elements is passed directly to the search query - if the user enters a search...
This issue also breaks Fiori Elements apps, when users try to enter text with whitespaces in value help fields.