Skip to content

Commit f64fe7a

Browse files
committed
Remove image URL verification
1 parent 485cfc5 commit f64fe7a

File tree

3 files changed

+2
-10
lines changed

3 files changed

+2
-10
lines changed

Entity/Tile.php

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -68,14 +68,6 @@ protected function verifyLink($link)
6868
return false;
6969
}
7070

71-
protected function verifyImageUrl($imageUrl)
72-
{
73-
if ($this->isUpdate() && $imageUrl === $this->getExistingValue('image_url'))
74-
return true;
75-
76-
return true; //TODO: verify image asset/url
77-
}
78-
7971
protected function getTileRepo()
8072
{
8173
return $this->repository('Inforge\GridShow:Tile');

_output/phrases/_metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"global_cache": false,
1616
"version_id": 1000070,
1717
"version_string": "1.0.0",
18-
"hash": "95c9f013e3bd9188fffd8896bf9ede38"
18+
"hash": "df97cc4158bed602241ded4fe03a1f97"
1919
},
2020
"if_gs_create_new_tile.txt": {
2121
"global_cache": false,

_output/phrases/if_gs_add_tile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
Add Tile
1+
Add tile

0 commit comments

Comments
 (0)