Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
b9babd5c
Commit
b9babd5c
authored
Sep 07, 2018
by
Robert Lyon
Committed by
Gerrit Code Review
Sep 07, 2018
Browse files
Merge "Bug 1790576: Place "Tags" into the "Content" menu below "Notes""
parents
fec9fb08
b533dcf3
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/lib/web.php
View file @
b9babd5c
...
...
@@ -2875,6 +2875,12 @@ function mahara_standard_nav() {
'weight'
=>
20
,
'accesskey'
=>
'c'
,
),
'content/tags'
=>
array
(
'path'
=>
'content/tags'
,
'url'
=>
'tags.php'
,
'title'
=>
get_string
(
'tags'
),
'weight'
=>
70
,
),
'myportfolio'
=>
array
(
'path'
=>
'myportfolio'
,
'url'
=>
'view/index.php'
,
...
...
test/behat/features/settings/institution_tags.feature
View file @
b9babd5c
...
...
@@ -73,7 +73,7 @@ Scenario: Creating institution tags
And
I press
"Save changes"
Given
I choose
"Pages and collections"
in
"Portfolio"
from main menu
And
I follow
"Tags"
And
I follow
"Tags"
in the
"#sb-tags"
"css_element"
And
I follow
"Edit tags"
Then
I should see
"Test"
in the
"My tags list"
property
Then I should not see "Institution One
:
One
tag"
in
the
"My
tags
list"
property
Write
Preview
Supports
Markdown
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