> Can you go to the whiteboard (using 1.2 of course) and check the HTML
> source code? I would like to find out if there is a problem passing the
> data from Python->JS or if the JS does something wrong...
> Look for a <script> tag, should start like that:
> var SPRINT = {
> name: ...
> (...)
> Can you post the contents of that script block?
sure, here we are:
admin:
-------
<script type="text/javascript" charset="utf-8">
//<![CDATA[
// We need to use jQuery and not the 'dollar' sign inside
here, cause
// may interfere with Genshi templating, so to avoid any
conflict
please
// remind to always use jQuery inside HTML files.
var SPRINT = {
name: "15.02.2010 - 1. Sprint",
startDateString: "01/05/10",
endDateString: "01/18/10"
};
var IS_WHITEBOARD = true;
var REGISTERED_USER = "Homer";
var SHOULD_RENDER_WHITEBOARD_AS_READ_ONLY = 'True' ===
"False";
var IS_SCRUM_MASTER = 'True' === "True";
var BACKLOG_INFO = {"should_filter_by_attribute": "",
"sprint_or_release": "15.02.2010 - 1. Sprint", "type": "sprint",
"name": "Sprint Backlog", "types_to_show": ["story", "bug", "task"]};
Board.initializeWhenDocumentIsReady();
//]]>
</script>
-------
teammember:
-------
<script type="text/javascript" charset="utf-8">
//<![CDATA[
// We need to use jQuery and not the 'dollar' sign inside here, cause
// may interfere with Genshi templating, so to avoid any conflict
please
// remind to always use jQuery inside HTML files.
var SPRINT = {
name: "15.02.2010 - 1. Sprint",
startDateString: "01/05/10",
endDateString: "01/18/10"
};
var IS_WHITEBOARD = true;
var REGISTERED_USER = "Marge";
var SHOULD_RENDER_WHITEBOARD_AS_READ_ONLY = 'True' === "False";
var IS_SCRUM_MASTER = 'True' === "False";
var BACKLOG_INFO = {"should_filter_by_attribute": "",
"sprint_or_release": "15.02.2010 - 1. Sprint", "type": "sprint",
"name": "Sprint Backlog", "types_to_show": ["story", "bug", "task"]};
Board.initializeWhenDocumentIsReady();
//]]>
</script>
-------
> The team members are transmitted using JSON. If you have Firebug
> installed, can you check for a request to .../team and post the server
> response?
with admin or teammember there is no ../team request.
But, there is an error within the ../backlock request:
------
task.isDone is not a function
https://agilo.homerandmarge.de/abc/chrome/agilo_pro/js/taskContainer.js
Line 145
task.isDone is not a function
anonymous(Object json=Object board=Object backlog=Object)
taskContainer.js (Zeile 145)
anonymous([Object json=Object board=Object backlog=Object, Object
json=Object board=Object backlog=Object, Object json=Object
board=Object backlog=Object, 8 more... 0=Object 1=Object 2=Object
3=Object 4=Object 5=Object], function(), Object name=E)
jquery-1....2.min.js (Zeile 12)
anonymous()taskContainer.js (Zeile 144)
anonymous()taskContainer.js (Zeile 150)
anonymous()taskContainer.js (Zeile 92)
anonymous(37, Object json=Object board=Object backlog=Object)board.js
(Zeile 166)
anonymous([Object json=Object board=Object backlog=Object, Object
json=Object board=Object backlog=Object, Object json=Object
board=Object backlog=Object, 35 more... length=38 0=Object 1=Object
2=Object 3=Object 4=Object], function(), Object name=F)
jquery-1....2.min.js (Zeile 12)
anonymous(function(), Object name=E)jquery-1....2.min.js (Zeile 12)
anonymous(Object name=optionalTarget)board.js (Zeile 161)
anonymous()board.js (Zeile 37)
anonymous()board.js (Zeile 318)
anonymous()utilities.js (Zeile 56)
anonymous(Object info=Object ticketsJSON=[100] positionsJSON=[0])
backlog.js (Zeile 35)
anonymous()utilities.js (Zeile 56)
anonymous()backlogS...icator.js (Zeile 369)
anonymous()utilities.js (Zeile 56)
anonymous([Object status=accepted outgoing_links=[2] can_edit=true,
Object status=closed outgoing_links=[0] can_edit=true, Object
status=closed outgoing_links=[0] can_edit=true, 97 more... 0=Object
1=Object 2=Object 3=Object 4=Object 5=Object])backlogS...icator.js
(Zeile 137)
anonymous()utilities.js (Zeile 56)
dataSink([Object status=accepted outgoing_links=[2] can_edit=true,
Object status=closed outgoing_links=[0] can_edit=true, Object
status=closed outgoing_links=[0] can_edit=true, 97 more... 0=Object
1=Object 2=Object 3=Object 4=Object 5=Object])backlogS...icator.js
(Zeile 58)
anonymous([Object status=accepted outgoing_links=[2] can_edit=true,
Object status=closed outgoing_links=[0] can_edit=true, Object
status=closed outgoing_links=[0] can_edit=true, 97 more... 0=Object
1=Object 2=Object 3=Object 4=Object 5=Object], "success")
backlogS...icator.js (Zeile 72)
I()jquery-1....2.min.js (Zeile 19)
anonymous(1)jquery-1....2.min.js (Zeile 19)
[Break on this error] The resource from this URL is not text: ...abc/
chrome/agilo_pro/js/taskContainer.jstaskContainer.js (Zeile 145)
----
maybe this helps you to point out the bug.
best regards
Christopher
--
Follow Agilo on Twitter: http://twitter.com/agiloforscrum
-----
You received this message because you are subscribed to the Google
Groups "Agilo for Scrum" group. This group is moderated by agile42 GmbH
http://www.agile42.com and is focused in supporting Agilo for Scrum users.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/agilo?hl=en