Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-11245

Insert/update/delete tasks via TODO app failed

    XMLWordPrintable

Details

    • % %
    • +
    • Automated
    • Hide

      Add new task directly to the DB pod.
      Open syndesis-db pod -> Terminal -> postgresql
      Write:

      psql
      \connect sampledb
      insert into sampledb.todo (task) values ('myTask')
      
      Show
      Add new task directly to the DB pod. Open syndesis-db pod -> Terminal -> postgresql Write: psql \connect sampledb insert into sampledb.todo (task) values ( 'myTask' )

    Description

      Insert task via TODO web-app failed on:

      Warning: pg_insert(): Table 'todo' doesn't exists in /opt/app-root/src/index.php on line 61
      Insert failed: 
      

      I have installed latest master Syndesis via

      syndesis minishift --install --nodev --project syndesis --test-support --datavirt
      

      When I add a task to the DB directly via terminal on the syndesis-db pod, the TODO web-app show me this task however I am not able to update/delete it via web UI neither.

      Attachments

        Activity

          People

            kstam@redhat.com Kurt Stam (Inactive)
            mkralik@redhat.com Matej Kralik
            Matej Kralik Matej Kralik
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: