Closed (fixed)
Project:
Sports Club Management
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Oct 2009 at 15:27 UTC
Updated:
29 Nov 2009 at 20:30 UTC
Jump to comment: Most recent file
Comments
Comment #1
Hartsa commentedand the table won't show away team and home team either.
Comment #2
rötzi commentedAbout the time field: I have the same problem in my test installation, but not on my live site. I don't know what I did to fix it though. In any case, you can disable the javascript on the time field at "admin/settings/date_popup".
About the team fields: By table, do you mean the database table?
You can do the same checks as with the sport-season sport-type field:
- Is there a message on the "Status report" page?
- Does the content type sport_game have two fields "field_sport_game_home_team" and "field_sport_game_away_team"?
Comment #3
Hartsa commentedNothing in status report.
Yes, there is those fields.
Here is the picture how it looks like games table.
And when i go back to edit game, there is home team and away team in place.
Comment #4
rötzi commentedCan you please check:
1. If there are any broken handlers in the view (at "admin/build/views/edit/sport_game_admin_list").
2. That the teams have a "short name" set (should have been set automatically if you didn't set it yourself).
Comment #5
Hartsa commentedIt's shortname issue, when i take sport admin/teams list it shows teams and there is not shortname -> click-edit-button and put the shortname and try to save. It's tells me: Field sport type is mandatory. And there is not sport type field. I delete content type and reinstall it but no luck.
Comment #6
KDee15 commentedHi
can someone please upload the game content type setup script?
my version of sports management does not have that content type created but there are links to it from the various modules.
thx
Kirk
Comment #7
rötzi commentedA bit late...
Go to "admin > content types > import" and paste the contents of the file "sport/sport_game/sport_game.cck" into the text area. This will install the sport_game content type manually.