Skip to content

Fix app name of files app#3487

Merged
blizzz merged 1 commit intomasterfrom
fix-files-header-name
Feb 15, 2017
Merged

Fix app name of files app#3487
blizzz merged 1 commit intomasterfrom
fix-files-header-name

Conversation

@MorrisJobke
Copy link
Member

@mention-bot
Copy link

@MorrisJobke, thanks for your PR! By analyzing the history of the files in this pull request, we identified @LukasReschke, @nickvergessen and @rullzer to be potential reviewers.

@MorrisJobke MorrisJobke force-pushed the fix-files-header-name branch from 20c3d7e to a804ddb Compare February 14, 2017 23:30
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
@MorrisJobke MorrisJobke force-pushed the fix-files-header-name branch from a804ddb to b954c2f Compare February 14, 2017 23:36
$params['fileNotFound'] = $fileNotFound ? 1 : 0;
$params['appNavigation'] = $nav;
$params['appContents'] = $contentItems;
$this->navigationManager->setActiveEntry('files_index');
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is the actual fix. The rest is just cleanup of unneeded code due to this change 😉

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice catch! 😮

@skjnldsv
Copy link
Member

Test restarted

@codecov-io
Copy link

Codecov Report

Merging #3487 into master will increase coverage by 0.06%.
The diff coverage is n/a.

@@             Coverage Diff             @@
##             master   #3487      +/-   ##
===========================================
+ Coverage     54.14%   54.2%   +0.06%     
- Complexity    21020   21040      +20     
===========================================
  Files          1306    1306              
  Lines         80246   80371     +125     
  Branches       1250    1250              
===========================================
+ Hits          43447   43563     +116     
- Misses        36799   36808       +9
Impacted Files Coverage Δ Complexity Δ
apps/files/lib/AppInfo/Application.php 0% <ø> (ø) 2 <ø> (ø)
apps/files/lib/Controller/ViewController.php 81.34% <ø> (+0.32%) 17 <ø> (ø)
apps/federatedfilesharing/lib/Notifier.php 0% <ø> (ø) 25% <ø> (+1%)
lib/private/Federation/CloudIdManager.php 100% <ø> (ø) 27% <ø> (+12%)
...e/AppFramework/DependencyInjection/DIContainer.php 89.65% <ø> (+0.82%) 23% <ø> (+7%)
lib/private/Files/Cache/Propagator.php 96.2% <ø> (+1.26%) 16% <ø> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9f74858...b954c2f. Read the comment docs.

@blizzz blizzz merged commit 8138022 into master Feb 15, 2017
@blizzz blizzz deleted the fix-files-header-name branch February 15, 2017 10:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

3. to review Waiting for reviews

Projects

None yet

Development

Successfully merging this pull request may close these issues.

App name in Files app says »Apps« instead of »Files«

5 participants