** Changed in: mahara
       Status: New => In Progress

** Changed in: mahara
   Importance: Undecided => High

** Changed in: mahara
    Milestone: None => 19.10.0

-- 
You received this bug notification because you are a member of Mahara
Contributors, which is subscribed to Mahara.
Matching subscriptions: Subscription for all Mahara Contributors -- please ask 
on #mahara-dev or mahara.org forum before editing or unsubscribing it!
https://bugs.launchpad.net/bugs/1828141

Title:
  Creating a new institution with minimal info fails to save

Status in Mahara:
  In Progress

Bug description:
  When we do something like:

      $name = 'My new institution';
      $institution = institution_generate_name($name);
      $newinstitution = new Institution();
      $newinstitution->initialise($institution, $name);
      $newinstitution->commit();

  It should create us a new institution - but instead we get an sql
  error complaining that the 'tags' column is not an integer

To manage notifications about this bug go to:
https://bugs.launchpad.net/mahara/+bug/1828141/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~mahara-contributors
Post to     : mahara-contributors@lists.launchpad.net
Unsubscribe : https://launchpad.net/~mahara-contributors
More help   : https://help.launchpad.net/ListHelp

Reply via email to