Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
N
Nextcloud mail - PostGuard
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Terraform modules
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Laura Kolijn
Nextcloud mail - PostGuard
Commits
ff845cf3
Commit
ff845cf3
authored
8 years ago
by
Christoph Wurst
Browse files
Options
Downloads
Patches
Plain Diff
account !== folder
parent
5f3a11a2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+3
-1
3 additions, 1 deletion
CHANGELOG.md
js/views/setup.js
+1
-1
1 addition, 1 deletion
js/views/setup.js
with
4 additions
and
2 deletions
CHANGELOG.md
+
3
−
1
View file @
ff845cf3
...
@@ -6,8 +6,10 @@ All notable changes to this project will be documented in this file.
...
@@ -6,8 +6,10 @@ All notable changes to this project will be documented in this file.
### Fixed
### Fixed
-
Close popover on clicking somewhere else
-
Close popover on clicking somewhere else
[
#1521
](
https://github.com/owncloud/mail/pull/1521
)
@tahaalibra
[
#1521
](
https://github.com/owncloud/mail/pull/1521
)
@tahaalibra
-
f
ix email length in the database
-
F
ix email length in the database
[
#1518
](
https://github.com/owncloud/mail/pull/1518
)
@tahaalibra
[
#1518
](
https://github.com/owncloud/mail/pull/1518
)
@tahaalibra
-
Fix setup error 'folder is null'
[
#1532
](
https://github.com/owncloud/mail/pull/1532
)
@Gomez
## 0.5.1 – 2016-05-30
## 0.5.1 – 2016-05-30
...
...
This diff is collapsed.
Click to expand it.
js/views/setup.js
+
1
−
1
View file @
ff845cf3
...
@@ -154,7 +154,7 @@ define(function(require) {
...
@@ -154,7 +154,7 @@ define(function(require) {
// Let's assume there's at least one account after a successful
// Let's assume there's at least one account after a successful
// setup, so let's show the first one (could be the unified inbox)
// setup, so let's show the first one (could be the unified inbox)
var
firstAccount
=
accounts
.
first
();
var
firstAccount
=
accounts
.
first
();
var
firstFolder
=
accounts
.
first
();
var
firstFolder
=
firstAccount
.
get
(
'
folders
'
)
.
first
();
Radio
.
navigation
.
trigger
(
'
folder
'
,
firstAccount
.
get
(
'
accountId
'
),
firstFolder
.
get
(
'
id
'
));
Radio
.
navigation
.
trigger
(
'
folder
'
,
firstAccount
.
get
(
'
accountId
'
),
firstFolder
.
get
(
'
id
'
));
});
});
});
});
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment