Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update TrelloJsonService.php #5859

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open

Update TrelloJsonService.php #5859

wants to merge 3 commits into from

Commits on May 9, 2024

  1. Update TrelloJsonService.php

    Fixes the following issue: nextcloud#5136
    By fixing the following error when running 'php occ deck:import --system=TrelloJson'
    
    Error: Call to a member function getUID() on string in /home/sites/site100028002/web/nextcloud.enklaave.org/apps/deck/lib/Service/Importer/Systems/TrelloJsonService.php:136
    
    and 
    
    Error: Call to a member function getUID() on string in /home/sites/site100028002/web/nextcloud.enklaave.org/apps/deck/lib/Service/Importer/Systems/TrelloJsonService.php:364
    
    
    Signed-off-by: mulles <com.github@emu.lu>
    mulles authored and juliusknorr committed May 9, 2024
    Configuration menu
    Copy the full SHA
    c2425f3 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2024

  1. Configuration menu
    Copy the full SHA
    db4db8a View commit details
    Browse the repository at this point in the history
  2. Update TrelloJsonService.php

    removed trailing white space, I am sorry for that thx for your patience.
    
    Signed-off-by: mulles <com.github@emu.lu>
    mulles authored May 22, 2024
    Configuration menu
    Copy the full SHA
    be26351 View commit details
    Browse the repository at this point in the history