As per title.
| Comment | File | Size | Author |
|---|---|---|---|
| #27 | storm-org-views.patch | 20.02 KB | juliangb |
| #23 | stormorganization-viewslists-1848238-comment23.patch | 20.03 KB | esoteric1 |
| #18 | stormorganization-1848238-comment18.patch | 19.77 KB | esoteric1 |
| #16 | stormorganization-1848238-comment16.patch | 19.81 KB | esoteric1 |
| #14 | stormorganization-1848238-comment12.patch | 19.94 KB | esoteric1 |
Comments
Comment #1
esoteric1 commentedComment #2
esoteric1 commentedOne issue i had with this is when I viewed an organization that had previously been created, the node page threw a bunch of errors but when I created a new organization and viewed it post-patch it was fine. maybe there are things that need to go in an update function?
Comment #3
esoteric1 commentedComment #5
juliangb commentedRepeat of storm dependency.
Not sure we should be getting rid of this.
Trailing whitespace.
This is what is failing the test - title of the page should be "Organizations"
Trailing whitespace.
Comment #6
esoteric1 commentedProblems should be fixed. I will review again and see if there are any other issues.
Comment #7
esoteric1 commentedforgot the storm double dependency
Comment #8
esoteric1 commentedComment #9
esoteric1 commentedI need to get better at making it right the first time...
Comment #10
esoteric1 commentedstill one damned whitespace. is there a vim command to show whitespaces as big obnoxious blocks?
Comment #12
juliangb commented#9: stormorganization-viewslist-1848238-comment9.patch queued for re-testing.
Comment #14
esoteric1 commentedMaybe this will work?
Comment #15
juliangb commentedActually, fewer comments than I thought - let me test before you worry about reposting...
Very minor - makes sense if we put the dependency lines together.
As you commented in IRC, shouldn't add a slash here.
Whitespace, but less important - I can fix this on commit if vim is giving trouble.
Comment #16
esoteric1 commentedwell lemme submit what i think is a working patch and then if there are more issues... go for it.
Comment #17
juliangb commentedAs discussed in IRC, it'd be great if the view was closer to the D6 one:
- Country field rather than description
- Edit / delete links in one column separated by a space
Thanks!
Comment #18
esoteric1 commentedanother doomed attempt :)
Comment #19
juliangb commentedLast thing I think we should do before committing this is ensure the edit / delete links are in the same column - I get the Operations column but with only the edit link in it from the below patch.
Also - quick question:
Why this change?
Comment #20
esoteric1 commentedI had a warning that said invalid argument supplied to foreach(), i tried to declare it as an array but then putting that in worked to remove the warning. I didn't think that could ever be a problem?
my understanding was the if($record) would only check to see if there was some data there... if there wasnt any data there then it wouldnt create any problems.
Also, to be honest i manually edited the view after generating it from the views Ui so I may have missed a line. I will go over it again tomorrow if you'd like. On my dev server it was working. but I will go over it again.
Comment #21
esoteric1 commentedComment #22
esoteric1 commentedoops forgot to double check the column thing. doing that now
Comment #23
esoteric1 commentedHopefully no whitespaces. I also added the menu entry for organizations (through the view) so it should appear in the navigation menu like before.
Comment #24
esoteric1 commentedComment #25
esoteric1 commentedComment #26
juliangb commentedThanks - will review this again when I'm next coding for Storm.
Comment #27
juliangb commentedAmended patch to combine the columns.
Comment #28
juliangb commentedHave committed this.