Skip to content

Commit

Permalink
Merge pull request #557 from jonathanmtran/fix/bookmarks
Browse files Browse the repository at this point in the history
fix: renamed pbookmarks portlet definition to bookmarks
  • Loading branch information
ChristianMurphy authored Sep 4, 2022
2 parents ce867d0 + da57d08 commit 3c25bf1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
under the License.
-->
<layout xmlns:dlm="http://www.uportal.org/layout/dlm" script="classpath://org/jasig/portal/io/import-layout_v3-2.crn"
<layout xmlns:dlm="http://www.uportal.org/layout/dlm" script="classpath://org/jasig/portal/io/import-layout_v3-2.crn"
username="welcome-lo" >
<folder ID="s1" hidden="false" immutable="false" name="Root folder" type="root" unremovable="true">
<!--
| Hidden folders do not propagate to regular users, and fragment owner
| Hidden folders do not propagate to regular users, and fragment owner
| accounts don't receive (other) fragments at all; Fragment owners must
| have their own copies of the minimal portlets required to view and manage
| their own layouts.
Expand All @@ -47,7 +47,7 @@
</structure-attribute>
<channel fname="email-preview-demo" unremovable="false" hidden="false" immutable="false" ID="n9" dlm:moveAllowed="false" dlm:deleteAllowed="false"/>
<channel fname="weather" unremovable="false" hidden="false" immutable="false" ID="n10"/>
<channel fname="pbookmarks" unremovable="false" hidden="false" immutable="false" ID="n11" dlm:moveAllowed="false" dlm:deleteAllowed="false"/>
<channel fname="bookmarks" unremovable="false" hidden="false" immutable="false" ID="n11" dlm:moveAllowed="false" dlm:deleteAllowed="false"/>
</folder>
<folder ID="s12" hidden="false" immutable="false" name="Column" type="regular" unremovable="false">
<structure-attribute>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<portlet-definition xmlns="https://source.jasig.org/schemas/uportal/io/portlet-definition" xmlns:ns2="https://source.jasig.org/schemas/uportal" xmlns:ns3="https://source.jasig.org/schemas/uportal/io/permission-owner" xmlns:ns4="https://source.jasig.org/schemas/uportal/io/stylesheet-descriptor" xmlns:ns5="https://source.jasig.org/schemas/uportal/io/portlet-type" xmlns:ns6="https://source.jasig.org/schemas/uportal/io/user" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="4.0" xsi:schemaLocation="https://source.jasig.org/schemas/uportal/io/portlet-definition https://source.jasig.org/schemas/uportal/io/portlet-definition/portlet-definition-4.0.xsd">
<title>Bookmarks</title>
<name>Bookmarks</name>
<fname>pbookmarks</fname>
<fname>bookmarks</fname>
<desc>Bookmarks portlet</desc>
<type>Bookmarks Portlet</type>
<timeout>60000</timeout>
Expand Down

0 comments on commit 3c25bf1

Please sign in to comment.