Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
W
www
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
finnv
www
Commits
0443ef84
Commit
0443ef84
authored
Aug 15, 2023
by
Михаил Ливач
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
замена на новое поле: UF_INFOTEXT -> UF_VISIBLE_TEXT
parent
c9904e1e
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
section.php
...-scorp/components/bitrix/news/services-blocks/section.php
+2
-2
No files found.
bitrix/templates/aspro-scorp/components/bitrix/news/services-blocks/section.php
View file @
0443ef84
...
...
@@ -31,7 +31,7 @@ $arSection = CCache::CIblockSection_GetList(
'UF_ADVANTAGES'
,
'UF_TITLE_ADVANTAGES'
,
'UF_ACTION'
,
'UF_
INFO
TEXT'
,
'UF_
VISIBLE_
TEXT'
,
),
true
);
...
...
@@ -130,7 +130,7 @@ CScorp::AddMeta(
array
(
'arResult'
=>
$arResult
,
'HIDE_BLOCKS'
=>
$arSection
[
"UF_BLOCKS"
],
'CONTENT'
=>
array
(
'TITLE'
=>
$arSection
[
'NAME'
],
'HIDABLE_TEXT'
=>
$arSection
[
'DESCRIPTION'
],
'VISIBLE_TEXT'
=>
$arSection
[
'UF_
INFO
TEXT'
]),
'CONTENT'
=>
array
(
'TITLE'
=>
$arSection
[
'NAME'
],
'HIDABLE_TEXT'
=>
$arSection
[
'DESCRIPTION'
],
'VISIBLE_TEXT'
=>
$arSection
[
'UF_
VISIBLE_
TEXT'
]),
'SCHEME'
=>
$arSection
[
'UF_SCHEME'
],
'FAQ'
=>
$arSection
[
'UF_FAQ'
],
'TABLE_PRICE'
=>
$arSection
[
'UF_TABLE_PRICE'
],
...
...
Михаил Ливач
@maus
mentioned in commit
11eb810b
·
Aug 18, 2023
mentioned in commit
11eb810b
mentioned in commit 11eb810bf21e0fda989f8d9d68e6baa5bd5cb31a
Toggle commit list
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment