Closed (fixed)
Project:
Storm
Version:
6.x-1.x-dev
Component:
Storm Attribute
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2009 at 13:44 UTC
Updated:
14 Jul 2009 at 18:40 UTC
Jump to comment: Most recent file
Comments
Comment #1
Magnity commentedConfirmed this, and also that it happens on a couple of the other fields where the filter is taken from the Storm attributes setting.
Comment #2
Magnity commentedBroadening title to include #502358: Error when dealing with "Storm: Project Status" in views which I believe is the same issue.
Comment #3
homoludens commentedi have solved this problem for me. problem was that "stormattribute_handler_filter_attributes_domain" is calling "stormattribute_attributes_bydomain" to get "$this->value_options":
and it is returning, double array:
while it only needs array of "values"
so mine solution was to only add line:
so it looks like:
it's working for me, but some confirmation and better solution is very much welcomed.
Comment #4
Magnity commentedThanks @homoludens, it seems to work for me.
@tiyberius, does this work for you too?
Comment #5
Magnity commentedDecided to commit since both of us found it fixed the bug.
http://drupal.org/cvs?commit=230918
Comment #6
tiyberius commentedThis commit certainly gets rid of the error message, but I think the feature is still broken. Even when I select the radio button "Is one of:" and then select all the fields (basically, is the task of ANY status), it doesn't return any results. Can anyone confirm this?
Comment #7
homoludens commentedi have tried it again, and it is working for me.
i even use it like exposed view.
and tried it with both operators: "Is one of" and "Is not one of" for different fields.
Comment #8
Magnity commentedIt's also working for me.
Which fields are you trying to see? - it might be that there is an issue with a particular one, or that another filter is getting in the way?
Comment #9
tiyberius commentedhmmm, interesting. Attached is a screenshot of my setup ... maybe I have some things out of order? I tried rearranging the filters to no avail.
I should mention that even with everything selected, it returns no results.
Comment #10
homoludens commentedhmmm, interesting. everything looks ok.
so what versions of views and storm are you using?
have you tried latest dev for storm?
Comment #11
tiyberius commentedSorry! It looks like I was the source of the error. Originally, my filter was set to "Storm: Project Status" when it should have been "Storm: TASK Status". Doh!
Comment #12
tiyberius commented