Postponed (maintainer needs more info)
Project:
Linkit
Version:
7.x-3.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Reporter:
Created:
27 May 2015 at 17:22 UTC
Updated:
5 Jan 2019 at 01:46 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
c8amlev commentedI'm working on this now.
Comment #2
c8amlev commentedHere's a patch that uses the file's url property rather than constructing one with the relative path. We don't think this should have any negative effects because the file's url should be correct anyway, even under the private file model.
Comment #3
ldpm commentedComment #7
c8amlev commentedI completed the simpletests locally without any fails. If anyone can provide insight on why there is a discrepancy in the results, I'd appreciate it. Thanks
GET admin/config/content/linkit/add returned 200 (44.22 KB). Browser linkit_profile.test 46 LinkitProfileUICRUDTestCase->testCreateProfile() Pass
Valid HTML found on "admin/config/content/linkit/add" Browser linkit_profile.test 46 LinkitProfileUICRUDTestCase->testCreateProfile() Pass
Verbose message Debug linkit_profile.test 46 LinkitProfileUICRUDTestCase->testCreateProfile() Debug
GET admin/config/content/linkit returned 200 (12.32 KB). Browser linkit_profile.test 46 LinkitProfileUICRUDTestCase->testCreateProfile() Pass
Valid HTML found on "admin/config/content/linkit" Browser linkit_profile.test 46 LinkitProfileUICRUDTestCase->testCreateProfile() Pass
Verbose message Debug linkit_profile.test 46 LinkitProfileUICRUDTestCase->testCreateProfile() Debug
The new profile was created. Other linkit_profile.test 48 LinkitProfileUICRUDTestCase->testCreateProfile() Pass
GET admin/config/content/linkit/list/test_profile/edit returned 200 (44.67 KB). Browser linkit_profile.test 51 LinkitProfileUICRUDTestCase->testCreateProfile() Pass
Valid HTML found on "admin/config/content/linkit/list/test_profile/edit" Browser linkit_profile.test 51 LinkitProfileUICRUDTestCase->testCreateProfile() Pass
Verbose message Debug linkit_profile.test 51 LinkitProfileUICRUDTestCase->testCreateProfile() Debug
HTTP response expected 200, actual 200 Browser linkit_profile.test 52 LinkitProfileUICRUDTestCase->testCreateProfile() Pass
Found field with name 'name' and value 'test_profile' Browser linkit_profile.test 56 LinkitProfileUICRUDTestCase->testCreateProfile() Pass
Found field with name 'admin_title' and value 'Test Profile' Browser linkit_profile.test 56 LinkitProfileUICRUDTestCase->testCreateProfile() Pass
Found field with name 'admin_description' and value 'This is a description for the Test Profile.' Browser linkit_profile.test 56 LinkitProfileUICRUDTestCase->testCreateProfile() Pass
Found field with name 'profile_type' and value 1 Browser linkit_profile.test 56 LinkitProfileUICRUDTestCase->testCreateProfile() Pass
Comment #8
nagy.balint commentedMaybe now with latest dev?
Comment #9
mr.york commentedWorks for me. Thank you.
Comment #10
anonIs this tested when the site is a subdir?