Skip to content

Commit 25b4448

Browse files
committed
Fixed issue with frontend login
1 parent 97befa6 commit 25b4448

File tree

4 files changed

+4
-77
lines changed

4 files changed

+4
-77
lines changed

Classes/TechDivision/DocViewer/Util.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ public static function buildResourceUrl($node, $path = null, $baseUri = '') {
5353
$path = join("/", $sourcePathElements);
5454
}
5555

56-
return $baseUri . 'techdivision-docviewer/' . $node->getPackageKey() . "/" . self::urlEncodeFilePath($path);
56+
return $baseUri . 'neos/techdivision-docviewer/' . $node->getPackageKey() . "/" . self::urlEncodeFilePath($path);
5757
}
5858

5959
/**

Configuration/Routes.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
-
33
name: 'Fileprovider'
4-
uriPattern: 'techdivision-docviewer/{package}/{filePath}'
4+
uriPattern: 'neos/techdivision-docviewer/{package}/{filePath}'
55
defaults:
66
'@package': 'TechDivision.DocViewer'
77
'@controller': 'Resource'

composer.json

Lines changed: 1 addition & 74 deletions
Original file line numberDiff line numberDiff line change
@@ -27,79 +27,6 @@
2727
"extra": {
2828
"neos": {
2929
"package-key": "TechDivision.DocViewer"
30-
},
31-
"applied-flow-migrations": [
32-
"TYPO3.FLOW3-201201261636",
33-
"TYPO3.Fluid-201205031303",
34-
"TYPO3.FLOW3-201205292145",
35-
"TYPO3.FLOW3-201206271128",
36-
"TYPO3.FLOW3-201209201112",
37-
"TYPO3.Flow-201209251426",
38-
"TYPO3.Flow-201211151101",
39-
"TYPO3.Flow-201212051340",
40-
"TYPO3.TypoScript-130516234520",
41-
"TYPO3.TypoScript-130516235550",
42-
"TYPO3.TYPO3CR-130523180140",
43-
"TYPO3.Neos.NodeTypes-201309111655",
44-
"TYPO3.Flow-201310031523",
45-
"TYPO3.Flow-201405111147",
46-
"TYPO3.Neos-201407061038",
47-
"TYPO3.Neos-201409071922",
48-
"TYPO3.TYPO3CR-140911160326",
49-
"TYPO3.Neos-201410010000",
50-
"TYPO3.TYPO3CR-141101082142",
51-
"TYPO3.Neos-20141113115300",
52-
"TYPO3.Fluid-20141113120800",
53-
"TYPO3.Flow-20141113121400",
54-
"TYPO3.Fluid-20141121091700",
55-
"TYPO3.Neos-20141218134700",
56-
"TYPO3.Fluid-20150214130800",
57-
"TYPO3.Neos-20150303231600",
58-
"TYPO3.TYPO3CR-20150510103823",
59-
"TYPO3.Flow-20151113161300",
60-
"TYPO3.Form-20160601101500",
61-
"TYPO3.Flow-20161115140400",
62-
"TYPO3.Flow-20161115140430",
63-
"Neos.Flow-20161124204700",
64-
"Neos.Flow-20161124204701",
65-
"Neos.Twitter.Bootstrap-20161124204912",
66-
"Neos.Form-20161124205254",
67-
"Neos.Flow-20161124224015",
68-
"Neos.Party-20161124225257",
69-
"Neos.Eel-20161124230101",
70-
"Neos.Kickstart-20161124230102",
71-
"Neos.Setup-20161124230842",
72-
"Neos.Imagine-20161124231742",
73-
"Neos.Media-20161124233100",
74-
"Neos.NodeTypes-20161125002300",
75-
"Neos.SiteKickstarter-20161125002311",
76-
"Neos.Neos-20161125002322",
77-
"Neos.ContentRepository-20161125012000",
78-
"Neos.Fusion-20161125013710",
79-
"Neos.Setup-20161125014759",
80-
"Neos.SiteKickstarter-20161125095901",
81-
"Neos.Fusion-20161125104701",
82-
"Neos.NodeTypes-20161125104800",
83-
"Neos.Neos-20161125104802",
84-
"Neos.Kickstarter-20161125110814",
85-
"Neos.Neos-20161125122412",
86-
"Neos.Flow-20161125124112",
87-
"TYPO3.FluidAdaptor-20161130112935",
88-
"Neos.Fusion-20161201202543",
89-
"Neos.Neos-20161201222211",
90-
"Neos.Fusion-20161202215034",
91-
"Neos.Fusion-20161219092345",
92-
"Neos.ContentRepository-20161219093512",
93-
"Neos.Media-20161219094126",
94-
"Neos.Neos-20161219094403",
95-
"Neos.Neos-20161219122512",
96-
"Neos.Fusion-20161219130100",
97-
"Neos.Neos-20161220163741",
98-
"Neos.Neos-20170115114620",
99-
"Neos.Fusion-20170120013047",
100-
"Neos.Flow-20170125103800",
101-
"Neos.Seo-20170127154600",
102-
"Neos.Flow-20170127183102"
103-
]
30+
}
10431
}
10532
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "techdivision/docviewer",
2+
"name": "techdivision-docviewer",
33
"type": "neos-flow-package",
44
"description": "docviewer",
55
"version": "0.1.0",

0 commit comments

Comments
 (0)