Skip to content

Commit a2006d6

Browse files
Merge branch 'feature/ADVAPP-2692' of github.com:canyongbs/advisingapp into feature/ADVAPP-2692
2 parents 284a01f + 073c806 commit a2006d6

7 files changed

Lines changed: 9 additions & 11 deletions

File tree

.cleanup-tasks/2026_06_02_media_created_by_feature.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,12 @@ created: 2026-06-02
99

1010
## Temporary Migrations
1111

12-
13-
1412
## Additional Cleanup
1513

1614
- In `database/migrations/2026_06_02_214123_add_created_by_to_media_table.php`:
17-
1. Remove the `MediaCreatedByFeature::activate()` call from the `up()` method
18-
2. Remove the `MediaCreatedByFeature::deactivate()` call from the `down()` method
19-
3. Remove the `use App\Features\MediaCreatedByFeature;` import
15+
1. Remove the `MediaCreatedByFeature::activate()` call from the `up()` method
16+
2. Remove the `MediaCreatedByFeature::deactivate()` call from the `down()` method
17+
3. Remove the `use App\Features\MediaCreatedByFeature;` import
2018

2119
- In `app/Models/Media.php`: in `getCreatedByNameAttribute()` and `getCreatedBySubLabelAttribute()`, remove the `! MediaCreatedByFeature::active() ||` guard conditions — the methods should always resolve the creator. Remove the `use App\Features\MediaCreatedByFeature;` import.
2220

app/Features/MediaCreatedByFeature.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
in the software, and you may not remove or obscure any functionality in the
1818
software that is protected by the license key.
1919
- You may not alter, remove, or obscure any licensing, copyright, or other notices
20-
of the licensor in the software. Any use of the licensor's trademarks is subject
20+
of the licensor in the software. Any use of the licensors trademarks is subject
2121
to applicable law.
2222
- Canyon GBS Inc. respects the intellectual property rights of others and expects the
2323
same in return. Canyon GBS® and Advising App® are registered trademarks of

app/Models/Media.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
in the software, and you may not remove or obscure any functionality in the
1818
software that is protected by the license key.
1919
- You may not alter, remove, or obscure any licensing, copyright, or other notices
20-
of the licensor in the software. Any use of the licensor's trademarks is subject
20+
of the licensor in the software. Any use of the licensors trademarks is subject
2121
to applicable law.
2222
- Canyon GBS Inc. respects the intellectual property rights of others and expects the
2323
same in return. Canyon GBS® and Advising App® are registered trademarks of

app/Observers/MediaObserver.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
in the software, and you may not remove or obscure any functionality in the
1818
software that is protected by the license key.
1919
- You may not alter, remove, or obscure any licensing, copyright, or other notices
20-
of the licensor in the software. Any use of the licensor's trademarks is subject
20+
of the licensor in the software. Any use of the licensors trademarks is subject
2121
to applicable law.
2222
- Canyon GBS Inc. respects the intellectual property rights of others and expects the
2323
same in return. Canyon GBS® and Advising App® are registered trademarks of

database/migrations/2026_06_02_214123_add_created_by_to_media_table.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
in the software, and you may not remove or obscure any functionality in the
1818
software that is protected by the license key.
1919
- You may not alter, remove, or obscure any licensing, copyright, or other notices
20-
of the licensor in the software. Any use of the licensor's trademarks is subject
20+
of the licensor in the software. Any use of the licensors trademarks is subject
2121
to applicable law.
2222
- Canyon GBS Inc. respects the intellectual property rights of others and expects the
2323
same in return. Canyon GBS® and Advising App® are registered trademarks of

rector-rules/AddInteractsWithMediaUseTagRector.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
in the software, and you may not remove or obscure any functionality in the
1818
software that is protected by the license key.
1919
- You may not alter, remove, or obscure any licensing, copyright, or other notices
20-
of the licensor in the software. Any use of the licensor's trademarks is subject
20+
of the licensor in the software. Any use of the licensors trademarks is subject
2121
to applicable law.
2222
- Canyon GBS Inc. respects the intellectual property rights of others and expects the
2323
same in return. Canyon GBS® and Advising App® are registered trademarks of

tests/Tenant/Unit/MediaObserverTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
in the software, and you may not remove or obscure any functionality in the
1818
software that is protected by the license key.
1919
- You may not alter, remove, or obscure any licensing, copyright, or other notices
20-
of the licensor in the software. Any use of the licensor's trademarks is subject
20+
of the licensor in the software. Any use of the licensors trademarks is subject
2121
to applicable law.
2222
- Canyon GBS Inc. respects the intellectual property rights of others and expects the
2323
same in return. Canyon GBS® and Advising App® are registered trademarks of

0 commit comments

Comments
 (0)