Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: infor-cloud/m3-h5-sdk
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: BrutalCSkakan/m3-h5-sdk
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Able to merge. These branches can be automatically merged.
  • 1 commit
  • 1 file changed
  • 1 contributor

Commits on Jun 26, 2024

  1. Removed debug logging

    BrutalCSkakan committed Jun 26, 2024
    Copy the full SHA
    eb8e9c5 View commit details
Showing with 0 additions and 2 deletions.
  1. +0 −2 m3-odin/projects/infor-up/m3-odin/src/lib/mi/runtime.ts
2 changes: 0 additions & 2 deletions m3-odin/projects/infor-up/m3-odin/src/lib/mi/runtime.ts
Original file line number Diff line number Diff line change
@@ -462,7 +462,6 @@ export class MIServiceCore extends CoreBase implements IMIService {
* @hidden
*/
public createUrl(baseUrl: string, request: IMIRequest): string {
console.log('SVEN', baseUrl, request);
let url = baseUrl + '/' + request.program + '/' + request.transaction;
let maxRecords = 100;
let excludeEmpty = 'true';
@@ -491,7 +490,6 @@ export class MIServiceCore extends CoreBase implements IMIService {
let company = request.company;
let division = request.division;

console.log('Hallo', this.currentCompany);
if (!company && this.currentCompany) {
// If no values are set in the request and a user context exist the values from the user context are used.
company = this.currentCompany;