Skip to content

Commit

Permalink
fix: workflow setup-dotnet operation enhanced
Browse files Browse the repository at this point in the history
  • Loading branch information
onurkanbakirci committed Dec 12, 2023
1 parent e891c78 commit 171498b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 57 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v7
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trendyol-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@v2

- name: Setup .NET
uses: actions/setup-dotnet@v7
uses: actions/setup-dotnet@v1
with:
dotnet-version: 8.0.0

Expand Down
56 changes: 1 addition & 55 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,62 +8,8 @@
- [Integrator Project](#integrator-project)
- [Table of contents](#table-of-contents)
- [Introduction](#introduction)
- [Requirements](#requirements)
- [Recommendations](#recommendations)
- [Installation](#installation)
- [Configuration](#configuration)
- [Troubleshooting](#troubleshooting)
- [FAQ](#faq)


## Introduction

The HISIM repo contains all source code about
hisim services such as app service, identity service,
management client service, app clients service etc.
All services are in a repo.


## Requirements

This module requires the following modules:

- [Views](https://www.drupal.org/project/views)
- [Panels](https://www.drupal.org/project/panels)


## Recommendations

[Postman](https://www.postman.com): When installed,
making requests to services will be easier.

## Installation


## Configuration

1. Enable the module at Administration > Extend.
1. When creating a new field on a content type or custom entity type, choose
"Double Field" from the drop-down menu.
1. On the Field Settings form for the Double Field, define the two subfields
as you would with any other field.
1. Optionally, on the "Edit" form for the Double Field, you may choose
options for whether or not the subfields are "required".


## Troubleshooting

If the menu does not display, check the following:

- Are the "Access administration menu" and "Use the administration pages and
help" permissions enabled for the appropriate roles?
- Does html.tpl.php of your theme output the `$page_bottom` variable?

### FAQ

Q: I enabled "Aggregate and compress CSS files", but admin_menu.css is still
there. Is this normal?

A: Yes, this is the intended behavior. the administration menu module only loads
its stylesheet as needed (i.e., on page requests by logged-on, administrative
users).
Enhance your integration workflows by leveraging the Integration Library, which encompasses a wide array of industrial API integrations. This library is designed to streamline and facilitate the integration process, providing seamless connectivity to various APIs commonly used in industrial settings. Whether you're working with manufacturing, automation, or any other industry, the Integration Library is a valuable resource to foster efficient and effective integration of diverse systems and services.

0 comments on commit 171498b

Please sign in to comment.