owncloud-archive / apps

Repo for ownCloud apps. Code here is work in progress and not intended for endusers
373 stars 336 forks source link

OC6 RC4 - Tasks app couldn't be opened anymore #1541

Closed j-ed closed 10 years ago

j-ed commented 10 years ago

Expected behaviour

If the tasks app is selected it should be opened.

Actual behaviour

If the tasks app is selected the calendar app is opened instead.

Steps to reproduce

1.) Login into ownCloud. the Files app is selected by default. 2.) Select the Tasks app from the menu bar.. 3.) The calendar app is opened instead of the tasks app.

As usual the web server has been restarted and the browser cache has been deleted to make sure that this doesn't effect the test result. The log file doesn't show any strange content, but although it looks like the tasks app should be loaded the calendar app is shown:

{"app":"core","message":"OC\\Tags::loadTags, tags: Array\n(\n    [5] => Birthday\n    [6] => Business\n    [7] => Call\n    [8] => Clients\n    [9] => Deliverer\n    [10] => Holidays\n    [11] => Ideas\n    [12] => Journey\n    [13] => Jubilee\n    [14] => Meeting\n    [15] => Other\n    [16] => Personal\n    [17] => Projects\n    [18] => Questions\n    [19] => Work\n)\n","level":0,"time":"2013-12-08 18:35:23+01:00"}
{"app":"core","message":"OC\\Tags::loadTags, tags: Array\n(\n    [5] => Birthday\n    [6] => Business\n    [7] => Call\n    [8] => Clients\n    [9] => Deliverer\n    [10] => Holidays\n    [11] => Ideas\n    [12] => Journey\n    [13] => Jubilee\n    [14] => Meeting\n    [15] => Other\n    [16] => Personal\n    [17] => Projects\n    [18] => Questions\n    [19] => Work\n)\n","level":0,"time":"2013-12-08 18:35:23+01:00"}

Environment

Server Configuration

OS: Linux 2.6.24-24 Web server: Apache/ 2.4.6 Database: MySQL 5.1.72 PHP version: 5.4.21 ownCloud version: 6.0 RC4

Client Configuration

Browser: Firefox 25.0.1 Operating system: Windows 7

PVince81 commented 10 years ago

Works for me with OC RC 4. Clicking the task icon in the nav bar opens the tasks app.

@j-ed can you check what URL is shown when you hover on the "Tasks" icon and also what URL appears in the URL bar after the calendar app loaded ? Might give more clue.

Can you also check your apps list and see whether you see more than one task and calendar app ? (just in case)

CC @tanghus

j-ed commented 10 years ago

@PVince81 That is the URL shown when hovering over the Tasks icon: 20131209_oc6rc4_task_1

This is the URL which is shown in the URL bar: 20131209_oc6rc4_task_2

There are no double apps in the apps lists.

j-ed commented 10 years ago

@PVince81 Yippee, I got it! :-) I previously tested the calendar app which resulted in the following issue report: https://github.com/owncloud/calendar/issues/250

Due to the fact that the default calendar hasn't been activated automatically the described tasks selection problem appeared. Right after I've selected a default calendar again, the tasks selection problem has been fixed.

j-ed commented 10 years ago

The root cause of the problem has been identified as a problem in the calendar app as described above.