SAP / fundamental-tools

Web applications with ABAP, done simple.
Apache License 2.0
70 stars 13 forks source link

TypeError: L.map is not a function #16

Closed bsrdjan closed 3 years ago

bsrdjan commented 3 years ago

raised in case of malformed input catalog yaml file, like:

serviceOrder:
  - /COE/RBP_PAM_SERVICE_ORD_CREAT # Create one instance of Service Order object
  - /COE/RBP_PAM_SERV_ORD_CREAT_N # Create Service Order from Notification
  - /COE/RBP_PAM_SERVICE_ORD_GET # Get details of one Service Order object
  - /COE/RBP_PAM_SERVICE_ORD_CC # Calculate costs of one instance of Service Order object
  - /COE/RBP_PAM_SERVICE_ORD_GETL # Get a Service Orders' list
  - /COE/RBP_PAM_SERVICE_ORD_CHANG # Change one instance of Service Order object

/COE/RBP_PAM_SERVICE_ORD_GET:
  header:
    - EV_COST_SUM #

The error message should be fixed, yaml schema validation added