Skip to content

Commit

Permalink
Update portal with better management of orders and invoices
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelavega committed Feb 3, 2025
1 parent 6950c54 commit b93ada7
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
context: .
file: ./docker/Dockerfile
tags: |
fiware/biz-ecosystem-logic-proxy:10.0.0-rc10
fiware/biz-ecosystem-logic-proxy:10.0.0-rc11
push: ${{ github.ref == 'refs/heads/feat/extended-pricing' }}

- name: Image digest
Expand Down
3 changes: 2 additions & 1 deletion portal/bae-frontend/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@
"_pending": "Pending",
"_status": "Status",
"_name": "Invoice num.",
"_type": "Type"
"_type": "Type",
"_product": "Product ID"
},
"CREATE_CATALOG": {
"_back": "Back",
Expand Down
3 changes: 2 additions & 1 deletion portal/bae-frontend/assets/i18n/es.json
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,8 @@
"_pending": "Pending",
"_status": "Status",
"_name": "Invoice num.",
"_type": "Type"
"_type": "Type",
"_product": "Product ID"
},
"CREATE_CATALOG": {
"_back": "Back",
Expand Down
2 changes: 1 addition & 1 deletion portal/bae-frontend/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,5 +20,5 @@
<body class="h-screen bg-white dark:bg-gray-900"> <!-- class="dark:bg-gray-900" style="background-image: url('assets/logos/dome-logo-element-colour.png');"-->
<app-root></app-root>
<!--<script src="https://cdnjs.cloudflare.com/ajax/libs/flowbite/1.8.1/flowbite.min.js"></script>-->
<script src="runtime.a6c447aa891d1500.js" type="module"></script><script src="polyfills.91ffa46fa0a1d50f.js" type="module"></script><script src="main.465a5f2722724548.js" type="module"></script></body>
<script src="runtime.a6c447aa891d1500.js" type="module"></script><script src="polyfills.91ffa46fa0a1d50f.js" type="module"></script><script src="main.c08257b41bd6415d.js" type="module"></script></body>
</html>
1 change: 0 additions & 1 deletion portal/bae-frontend/main.465a5f2722724548.js

This file was deleted.

1 change: 1 addition & 0 deletions portal/bae-frontend/main.c08257b41bd6415d.js

Large diffs are not rendered by default.

0 comments on commit b93ada7

Please sign in to comment.