Projekt

Allgemein

Profil

Aktionen

GX-Bug #68203

geschlossen

Gambio HUB menu entries are displayed twice | Gambio Hub Menüeinträge werden doppelt angezeigt

Von Tobias Schindler vor etwa 3 Jahren hinzugefügt. Vor mehr als 2 Jahren aktualisiert.

Status:
Erledigt
Priorität:
Hoch
Zugewiesen an:
Julian Heckmann
Kategorie:
HubConnector
Zielversion:
% erledigt:

0%

Geschätzter Aufwand:
Steps to reproduce:
Betroffene Versionen:
4.3.3.0 beta1
Release Notes Langtext:

Gambio Hub Menüeinträge werden nicht mehr doppelt angezeigt


Beschreibung

In some case, it is possible that some menu items of the gambio hub are displayed twice.

The twice displayed item is Orders -> Payment Matching (German: Bestellungen -> Zahlungsabgleich)

Reproduce:

Database gx_configurations entries

gm_configuration/GAMBIO_HUB_CLIENT_KEY: 123-123
gm_configuration/GAMBIO_HUB_MECO_MEDIA_SHOP_ID: 123-123
gm_configuration/GAMBIO_HUB_MECO_MEDIA_MONEY_ORDER: 1
gm_configuration/GAMBIO_HUB_MECO_MEDIA_INVOICE: 1

Content of src/GXModules/Gambio/Hub/Admin/Menu/hub.menu.json

[
    {
        "id": "BOX_HEADING_ORDERS",
        "items": [
            {
                "sort": 15,
                "link": "admin.php",
                "link_param": "do=PaymentMatchingHub",
                "title": "admin_menu.BOX_HUB_PAYMENT_MATCHING",
                "if": [
                    {
                        "filter": "configExists",
                        "args": [
                            "GAMBIO_HUB_CLIENT_KEY",
                            "GAMBIO_HUB_MECO_MEDIA_SHOP_ID"
                        ]
                    },
                    {
                        "filter": "configActive",
                        "args": [
                            "GAMBIO_HUB_MECO_MEDIA_MONEY_ORDER"
                        ]
                    }
                ]
            },
            {
                "sort": 15,
                "link": "admin.php",
                "link_param": "do=PaymentMatchingHub",
                "title": "admin_menu.BOX_HUB_PAYMENT_MATCHING",
                "if": [
                    {
                        "filter": "configExists",
                        "args": [
                            "GAMBIO_HUB_CLIENT_KEY",
                            "GAMBIO_HUB_MECO_MEDIA_SHOP_ID"
                        ]
                    },
                    {
                        "filter": "configActive",
                        "args": [
                            "GAMBIO_HUB_MECO_MEDIA_INVOICE"
                        ]
                    }
                ]
            }
        ]
    },
    {
        "id": "BOX_HEADING_HUB",
        "sort": 250,
        "class": "fa fa-share-alt-square",
        "title": "admin_menu.BOX_HEADING_HUB",
        "items": [
            {
                "sort": 10,
                "link": "admin.php",
                "link_param": "do=HubConfiguration/Account",
                "title": "admin_menu.BOX_HUB_ACCOUNT"
            },
            {
                "sort": 20,
                "link": "admin.php",
                "link_param": "do=KlarnaHubSettlements",
                "title": "Klarna Settlements",
                "if": {
                    "filter": "configExists",
                    "args": [
                        "GAMBIO_HUB_CLIENT_KEY",
                        "GAMBIO_HUB_REMOTE_CONFIG_KLARNAHUB_DEBUGLOGGING"
                    ]
                }
            },
            {
                "sort": 30,
                "link": "admin.php",
                "link_param": "do=KlarnaHubBoost",
                "title": "Klarna Boost",
                "if": {
                    "filter": "configExists",
                    "args": [
                        "GAMBIO_HUB_CLIENT_KEY",
                        "GAMBIO_HUB_REMOTE_CONFIG_KLARNAHUB_DEBUGLOGGING"
                    ]
                }
            }
        ]
    }
]

Aktionen #1

Von Moritz Bunjes vor etwa 3 Jahren aktualisiert

  • Tags wurde auf 4.3.3.0 gesetzt
Aktionen #2

Von Moritz Bunjes vor etwa 3 Jahren aktualisiert

  • Thema wurde von Gambio HUB menu entries are displayed twice zu Gambio HUB menu entries are displayed twice | Gambio Hub Menüeinträge werden doppelt angezeigt geändert
  • Betroffene Versionen 4.3.3.0 beta1 wurde hinzugefügt
  • Betroffene Versionen Unbestimmt wurde gelöscht
Aktionen #3

Von Mirko Janssen vor etwa 3 Jahren aktualisiert

  • Status wurde von In Bearbeitung zu Testing geändert
  • Zugewiesen an wurde von Tobias Schindler zu Mirko Janssen geändert
Aktionen #4

Von Mirko Janssen vor etwa 3 Jahren aktualisiert

  • Zugewiesen an wurde von Mirko Janssen zu Core-Entwickler geändert

Did the code review. MR was fine.

Aktionen #5

Von Julian Heckmann vor etwa 3 Jahren aktualisiert

  • Zugewiesen an wurde von Core-Entwickler zu Julian Heckmann geändert
Aktionen #6

Von Julian Heckmann vor etwa 3 Jahren aktualisiert

  • Status wurde von Testing zu Erledigt geändert
  • Zielversion wurde von 133 zu 4.3.3.0 geändert
  • Release Notes Langtext aktualisiert (Vergleich)
Aktionen #7

Von Moritz Bunjes vor mehr als 2 Jahren aktualisiert

  • Tags 4.3.3.0 wurde gelöscht
Aktionen

Auch abrufbar als: Atom PDF