Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix config database_connection, rebuild assets & fix dropdown #103

Merged
merged 13 commits into from
Apr 22, 2024

Conversation

adereksisusanto
Copy link
Contributor

@adereksisusanto adereksisusanto commented Apr 20, 2024

Fix Config Database Connection

add code to all migration files

    public function getConnection()
    {
        $connection = config('translations.database_connection');

        return $connection ?? $this->connection;
    }

Rebuild Assets & Fix Dropdown

BEFORE Update

(After Auth http://localhost:8000/translations/source-translation/create) Dropdown in Select File not showing data (Error Console)

Screenshot (45)

AFTER Update

(After Auth http://localhost:8000/translations/source-translation/create)

Screenshot (46)

look in file > b3f0046#diff-c9f803d572f1fea9f35a555ceeb43a12442edbc43853d233806a85557e305f54

@adereksisusanto adereksisusanto changed the title fix config database_connection fix config database_connection, rebuild assets & fix dropdown Apr 21, 2024
@MohmmedAshraf MohmmedAshraf merged commit ba4e017 into MohmmedAshraf:main Apr 22, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants