CiviCRM Community Forums (archive)

*

News:

Have a question about CiviCRM?
Get it answered quickly at the new
CiviCRM Stack Exchange Q+A site

This forum was archived on 25 November 2017. Learn more.
How to get involved.
What to do if you think you've found a bug.



  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Smart group not in the list of groups anymore ?
Pages: [1]

Author Topic: Smart group not in the list of groups anymore ?  (Read 1622 times)

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Smart group not in the list of groups anymore ?
October 20, 2009, 04:14:34 am
Hi,

Updated a civicrm to 3.01 and created a new smart group (all the participants on event X)

It isn't in the contact search as one of the group (the others are, of course). Is this something I should modify on the configuration of the smart group or is there a problem with the update I missed or ... ?

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Smart group not in the list of groups anymore ?
October 20, 2009, 10:13:50 am

can u reproduce this on demo and see if u get the same behavior

thanx

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Smart group not in the list of groups anymore ?
October 20, 2009, 01:05:52 pm
Tried. works on demo.

Diggin...

X+
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
[solved] Smart group not in the list of groups anymore ?
October 20, 2009, 02:51:01 pm
Seems that the insert of a new group doesn't set the is_hidden field but relies on its defaut value. For some reason, the default value was null, I've modified it so it's 0:

ALTER TABLE `civicrm_group`  modify  `is_hidden` tinyint   DEFAULT 0 COMMENT 'Is this group hidden?';

Not sure how to hide a group. Where is the interface option to set it and what's the goal of this vs. the enabled flag ?


-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Donald Lobo

  • Administrator
  • I’m (like) Lobo ;)
  • *****
  • Posts: 15963
  • Karma: 470
    • CiviCRM site
  • CiviCRM version: 4.2+
  • CMS version: Drupal 7, Joomla 2.5+
  • MySQL version: 5.5.x
  • PHP version: 5.4.x
Re: Smart group not in the list of groups anymore ?
October 20, 2009, 07:35:04 pm
the usage of the is_hidden field is hidden :) This is used internally when we are sending a civimail from a search (so we create a hidden smart group)

was this site an upgrade or a new install? i checked in 3.0 / 2.2 and the default value is 0

lobo
A new CiviCRM Q&A resource needs YOUR help to get started. Visit our StackExchange proposed site, sign up and vote on 5 questions

xavier

  • Forum Godess / God
  • I’m (like) Lobo ;)
  • *****
  • Posts: 4453
  • Karma: 161
    • Tech To The People
  • CiviCRM version: yes probably
  • CMS version: drupal
Re: Smart group not in the list of groups anymore ?
October 20, 2009, 10:47:17 pm
It was an update, started with a beta of a 2.2 (or 2.1) if I'm correct. Anyway, somehow that step has been missing.

I recall a tool to check the db structure on the 1.x or 2.x, does it exists beside in my confused memory and is it still working on 3.x ?
-Hackathon and data journalism about the European parliament 24-26 jan. Watch out the result

Pages: [1]
  • CiviCRM Community Forums (archive) »
  • Old sections (read-only, deprecated) »
  • Support »
  • Using CiviCRM (Moderator: Dave Greenberg) »
  • Smart group not in the list of groups anymore ?

This forum was archived on 2017-11-26.