Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
farm
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
farm
Merge requests
!73
Issue
#3243922
: farmOS-map chunks fail to load via form ajax
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3243922
: farmOS-map chunks fail to load via form ajax
issue/farm-3243922:2.x-map-public-path
into
2.x
Overview
3
Commits
1
Pipelines
0
Changes
4
All threads resolved!
Hide all comments
Merged
paul121
requested to merge
issue/farm-3243922:2.x-map-public-path
into
2.x
2 years ago
Overview
3
Commits
1
Pipelines
0
Changes
4
All threads resolved!
Hide all comments
Expand
0
0
Merge request reports
Compare
2.x
version 2
06bffec0
2 years ago
version 1
2c7ae7d9
2 years ago
2.x (base)
and
latest version
latest version
d4e7e78a
1 commit,
2 years ago
version 2
06bffec0
1 commit,
2 years ago
version 1
2c7ae7d9
1 commit,
2 years ago
4 files
+
31
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
4
Search (e.g. *.vue) (Ctrl+P)
modules/core/map/js/farm_map_public_path.js
0 → 100644
+
6
−
0
Options
(
function
(
drupalSettings
)
{
// Set window.farmosMapPublicPath to tell farmOS-map where to load chunks from.
if
(
!!
drupalSettings
.
farm_map_public_path
)
{
window
.
farmosMapPublicPath
=
drupalSettings
.
farm_map_public_path
;
}
}(
drupalSettings
));
Loading